diff --git a/src/graphics.rs b/src/graphics.rs index 7b2f8b97..4db46017 100644 --- a/src/graphics.rs +++ b/src/graphics.rs @@ -802,6 +802,7 @@ impl GraphicsState{ }), primitive: wgpu::PrimitiveState { front_face: wgpu::FrontFace::Cw, + cull_mode:Some(wgpu::Face::Front), ..Default::default() }, depth_stencil: Some(wgpu::DepthStencilState {