FIUS / ICGE

Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
3 stars 2 forks source link

Copying a Simulation yields a "running" Simulation that doesn't run #73

Closed haslersn closed 5 years ago

haslersn commented 5 years ago

See: https://github.com/FIUS/ICGE/blob/a2cd1960427796071531f6e88ab781132edb3fe1/src/main/java/de/unistuttgart/informatik/fius/icge/simulation/Simulation.java#L50-L55 When copying a Simulation that is running(), the copied Simulation is seemingly in running() state but the TimerTask that runs the Simulation is not started.