summaryrefslogtreecommitdiff
path: root/examples/game_demo/game_demo.c
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-10 14:06:15 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-10 14:06:15 +1000
commit9cb4bfacc69b2a95ce8e9250afc33fb04d1ba548 (patch)
treefbe75da188ac83b34153ac79c367b9d57e0d5ff9 /examples/game_demo/game_demo.c
parent071a635e63536e50abfad7d5aeca1208dba58025 (diff)
remove old code
Diffstat (limited to 'examples/game_demo/game_demo.c')
-rw-r--r--examples/game_demo/game_demo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/game_demo/game_demo.c b/examples/game_demo/game_demo.c
index bc43d15..bc7e0f6 100644
--- a/examples/game_demo/game_demo.c
+++ b/examples/game_demo/game_demo.c
@@ -15,7 +15,6 @@
#include "primitives.h"
#include "ral_types.h"
#include "render.h"
-#include "render_scene.h"
#include "render_types.h"
#include "shadows.h"
#include "skybox.h"
@@ -102,8 +101,7 @@ int main() {
Quat rot = quat_from_axis_angle(VEC3_X, -HALF_PI, true);
// Mat4 affine = mat4_rotation(rot);
Mat4 affine = mat4_ident();
- ModelExtractRenderEnts(render_entities, cube_handle, affine,
- REND_ENT_CASTS_SHADOWS);
+ ModelExtractRenderEnts(render_entities, cube_handle, affine, REND_ENT_CASTS_SHADOWS);
// Shadow_Run(entities, entity_count);