Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Feb 1, 2024
1 parent fa33bbd commit 8ec9b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_nannou_render/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl Plugin for NannouRenderPlugin {
.init_resource::<SpecializedRenderPipelines<NannouPipeline>>()
.init_resource::<TextureBindGroupCache>()
.add_systems(
Prepare,
Render,
(
prepare_view_mesh,
prepare_texture_bind_groups.in_set(RenderSet::PrepareBindGroups),
Expand Down

0 comments on commit 8ec9b90

Please sign in to comment.