Skip to content

Commit

Permalink
more skybox
Browse files Browse the repository at this point in the history
  • Loading branch information
computermouth committed Nov 15, 2023
1 parent 210adea commit 3195399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c1k3-assets
Submodule c1k3-assets updated 2 files
+ blend/map1.blend
+6,365 −6,249 blend/map1.gltf
2 changes: 1 addition & 1 deletion entity_skybox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3195399

Please sign in to comment.