solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
710 stars 134 forks source link

Entity still drawn after it was removed #1193

Closed christopho closed 6 years ago

christopho commented 6 years ago

If you remove an entity, it stops being drawn only at the next cycle. This can be seen if you remove an entity from on_map_finished() when leaving a map with a scrolling transition.