Update formatting

This commit is contained in:
Hanno Braun 2025-09-15 18:49:43 +02:00
parent acc8708e5c
commit 44b46fc9ab

View File

@ -95,7 +95,7 @@ impl Pipelines {
&& config.draw_mesh_lines
{
pipeline.draw(geometry, render_pass);
};
}
}
RenderMode::Point => {
self.points.draw(geometry, render_pass);