We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faac65 commit 8730149Copy full SHA for 8730149
src/plugin.rs
@@ -36,7 +36,7 @@ impl Plugin for TilesetMapPlugin {
36
TilemapStage,
37
crate::auto::on_change_auto_tile
38
.label(TilesetMapLabel::UpdateAutoTiles)
39
- .before(TilemapLabel::UpdateChunkVisibility),
+ .before(bevy_ecs_tilemap::TilemapLabel::UpdateChunkVisibility),
40
);
41
}
42
0 commit comments