AntMeNet / AntMeCore

This repository includes the whole simulation/backend Part of the AntMe! Engine and the AntMe! Simulation Calculation.
http://www.antme.net
MIT License
35 stars 5 forks source link

Put assignment in if - Fixed #51 #52

Closed fnawratil closed 5 years ago

fnawratil commented 7 years ago

Fixed Issue #51

fnawratil commented 7 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.

fnawratil commented 7 years ago

Fixed #50 - Revalidations now only occur when the mouse is up.

Drag painting is now possible