You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was possible for `queue_material_tilemap_meshes` to run prior to `prepare` which would result in nothing rendering.
This would only occur in scenarios where other code inserted a system dependent on `mut commands: Commands` into the `Queue` set. The `bevy-egui` library was doing so and was thus introducing behavior where `bevy-ecs-tilemap` would intermittently not render anything due to improper system ordering.
0 commit comments