diff --git a/engine/graphics/src/graphics.rs b/engine/graphics/src/graphics.rs index 102b5369..d0c5915e 100644 --- a/engine/graphics/src/graphics.rs +++ b/engine/graphics/src/graphics.rs @@ -1033,7 +1033,7 @@ impl GraphicsState{ primitive:wgpu::PrimitiveState{ topology:wgpu::PrimitiveTopology::TriangleList, front_face:wgpu::FrontFace::Cw, - cull_mode:Some(wgpu::Face::Front), + cull_mode:None, ..Default::default() }, depth_stencil:Some(wgpu::DepthStencilState{