Skip to content

Commit 8730149

Browse files
committed
Fix missing import
1 parent 5faac65 commit 8730149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl Plugin for TilesetMapPlugin {
3636
TilemapStage,
3737
crate::auto::on_change_auto_tile
3838
.label(TilesetMapLabel::UpdateAutoTiles)
39-
.before(TilemapLabel::UpdateChunkVisibility),
39+
.before(bevy_ecs_tilemap::TilemapLabel::UpdateChunkVisibility),
4040
);
4141
}
4242
}

0 commit comments

Comments
 (0)