diff --git a/src/main.rs b/src/main.rs index b843eae..2df9b91 100644 --- a/src/main.rs +++ b/src/main.rs @@ -271,7 +271,7 @@ impl strafe_client::framework::Example for Skybox { }, depth_stencil: Some(wgpu::DepthStencilState { format: Self::DEPTH_FORMAT, - depth_write_enabled: false, + depth_write_enabled: true, depth_compare: wgpu::CompareFunction::LessEqual, stencil: wgpu::StencilState::default(), bias: wgpu::DepthBiasState::default(),