nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Columns spawned outside of level area #473

Closed MicroChasm closed 2 years ago

MicroChasm commented 2 years ago

It looks like this column vault was spawned near the edge of the level and the columns overflowed out beyond the level boundaries.

image

https://drive.google.com/file/d/1ZruzCh4d0cYLd0SMXKbiCSO0ueNjRWcF/view?usp=sharing

nsmryan commented 2 years ago

This should be fixed. One aspect was a visual glitch with entities marked for removal (because they are out of the bounds of the level), but which were still in the display system.