bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
App doesn't exit after window close with TilemapPlugin enabled.
If I have a normal bevy app with the default plugins the process will end after I close the window. However when TilemapPlugin is added the process will live on after I close the window.
How to reproduce
Run the basic example and close the window. The process will live on.
I can't reproduce this can you provide a bit more information? What platform/rust version/etc?
Platform: Linux Wayland x86_64. Rust version newest from rustup, tried it again after update