diff --git a/src/main.rs b/src/main.rs index 2df9b910..798d5873 100644 --- a/src/main.rs +++ b/src/main.rs @@ -479,7 +479,7 @@ impl strafe_client::framework::Example for Skybox { } rpass.set_pipeline(&self.ground_pipeline); - rpass.draw(0..3, 0..1); + rpass.draw(0..6, 0..1); rpass.set_pipeline(&self.sky_pipeline); rpass.draw(0..3, 0..1);