Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Feb 17, 2022
1 parent 5faac65 commit 8730149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Plugin for TilesetMapPlugin {
TilemapStage,
crate::auto::on_change_auto_tile
.label(TilesetMapLabel::UpdateAutoTiles)
.before(TilemapLabel::UpdateChunkVisibility),
.before(bevy_ecs_tilemap::TilemapLabel::UpdateChunkVisibility),
);
}
}

0 comments on commit 8730149

Please sign in to comment.