diff options
author | elioat <hi@eli.li> | 2023-05-26 11:34:07 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-05-26 11:34:07 -0400 |
commit | e1eb2a339caf6509d12195deb8a2911f2cc57386 (patch) | |
tree | f6961329835e7f94f0a955b2dbee00d8cb5cfd9e | |
parent | aa58d6b5f41f2b84c9d06d1f13e9b35039600712 (diff) | |
download | tour-e1eb2a339caf6509d12195deb8a2911f2cc57386.tar.gz |
"*"
-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); |