When you move the cursor quickly across the screen, it draws dots.
Closed this issue · 1 comments
matthuszagh commented
I believe this is because I have a lot of if statements etc. Basically, it takes too long to check everything so by the time the cursor moves on I have not yet erased prior dots.
matthuszagh commented
Fixed when the "drawn cells" array was fixed and when bounds checking was implemented as all-or-nothing.