matthuszagh/ece5760

When you move the cursor quickly across the screen, it draws dots.

Closed this issue · 1 comments

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.

Fixed when the "drawn cells" array was fixed and when bounds checking was implemented as all-or-nothing.