diff options
-rw-r--r-- | p9c/scratch/mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p9c/scratch/mouse.c b/p9c/scratch/mouse.c index 6e18e3c..21c6d33 100644 --- a/p9c/scratch/mouse.c +++ b/p9c/scratch/mouse.c @@ -41,7 +41,7 @@ main(int argc, char* argv[]) if(m.buttons & 1) { line(screen, prevm.x == -1 ? m.xy : prevm, - m.xy, Enddisc, Enddisc, 1, display->black, ZP); + m.xy, Enddisc, Enddisc, 1, display->black, ZP); // where the int after Enddisc with the width of the line drawn prevm = m.xy; } else { prevm = Pt(-1, -1); |