Skip to content

Commit

Permalink
Bugfix: use correct world in textures example
Browse files Browse the repository at this point in the history
Not introduced by 0.14 migration; appears to be an existing bug
  • Loading branch information
JohnathanFL committed Jul 7, 2024
1 parent d811d38 commit 97995ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/textures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn setup(mut commands: Commands) {
..default()
},
// This tells bevy_voxel_world to use this cameras transform to calculate spawning area
VoxelWorldCamera::<MainWorld>::default(),
VoxelWorldCamera::<MyMainWorld>::default(),
));

// light
Expand Down

0 comments on commit 97995ba

Please sign in to comment.