diff --git a/src/main.rs b/src/main.rs
index b843eae95..2df9b910a 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(),