Closed fnawratil closed 5 years ago
This now theoretically allows "drag painting".
Due to Issue #50 you can't use that feature though as the Revalidation of the maps makes it lag.
To fix this problem we could create a "needsRevalidation" flag and a revalidation step after mouseUp instead of every Apply call.
Fixed #50 - Revalidations now only occur when the mouse is up.
Drag painting is now possible
Fixed Issue #51