Skip to content

Commit

Permalink
Change RenderSet for queue_material_tilemap_meshes from Queue to Prep…
Browse files Browse the repository at this point in the history
…areBindGroups.
  • Loading branch information
divark committed Nov 26, 2023
1 parent 50718d6 commit dbc6b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/material.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ where
)
.add_systems(
Render,
queue_material_tilemap_meshes::<M>.in_set(RenderSet::Queue),
queue_material_tilemap_meshes::<M>.in_set(RenderSet::PrepareBindGroups),
);
}
}
Expand Down

0 comments on commit dbc6b17

Please sign in to comment.