From 31953991a0a423d31805dad98b38480d620fc797 Mon Sep 17 00:00:00 2001 From: byoung Date: Tue, 14 Nov 2023 19:22:32 -0600 Subject: [PATCH] more skybox --- c1k3-assets | 2 +- entity_skybox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c1k3-assets b/c1k3-assets index 9879a02..7a6de31 160000 --- a/c1k3-assets +++ b/c1k3-assets @@ -1 +1 @@ -Subproject commit 9879a026f6032ef0a2c3ce9d26143136c3f93473 +Subproject commit 7a6de311eaa2a7aa07e030d626cfb1320c2284df diff --git a/entity_skybox.c b/entity_skybox.c index e628a4d..7eda9f3 100644 --- a/entity_skybox.c +++ b/entity_skybox.c @@ -28,7 +28,7 @@ void entity_skybox_update(entity_t * e) { } e->_yaw += 0.001 * game_tick; - e->_pitch += 0.001 * game_tick; + // e->_pitch += 0.001 * game_tick; e->_draw_model(e); }