Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Commit

Permalink
.add_default_plugins to .add_plugins Bevy api update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw committed Nov 3, 2020
1 parent 2c7d0e9 commit 665eb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/random_dungeon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fn main() {
})
.init_resource::<TileSpriteHandles>()
.init_resource::<MapState>()
.add_default_plugins()
.add_plugins(DefaultPlugins)
.add_plugin(ChunkTilesPlugin::<
WorldTile,
WorldChunk<WorldTile>,
Expand Down

0 comments on commit 665eb47

Please sign in to comment.