SwarmRoboticResearch / platypus3000

An easy to program, use and debug 2D-swarm-simulator in Java
GNU General Public License v3.0
0 stars 1 forks source link

Overlays can only be initialized in init and loop #1

Open d-krupke opened 10 years ago

d-krupke commented 10 years ago

If an overlay is simply created in the body, it is created before the controller is added to the robot, but the OverlayManager is set when added to a robot (before null). Thus it is not good to put the OverlayManager into the controller, but I didn't find an alternative quickly.