You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm checking too many blocks for input. Perhaps my algorithm for fixing that should be;
-See which quadrant the cursor is on
-Check the size of the quadrant
-If it's the same as the cellsize, check whatever block is there for input
-Else return
I'll need some rect functions for the Grid. I should also look into move semantics.
The text was updated successfully, but these errors were encountered:
I'm checking too many blocks for input. Perhaps my algorithm for fixing that should be;
-See which quadrant the cursor is on
-Check the size of the quadrant
-If it's the same as the cellsize, check whatever block is there for input
-Else return
I'll need some rect functions for the Grid. I should also look into move semantics.
The text was updated successfully, but these errors were encountered: