summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoromnisci3nce <omniscient.oce@gmail.com>2024-07-19 16:38:56 +1000
committeromnisci3nce <omniscient.oce@gmail.com>2024-07-19 16:38:56 +1000
commit6484c94d4efa391c4cefc9538b2ff74fa3207e00 (patch)
tree98b6f7c4ae864f2b935dbe40a1a4c3911ad437c1 /examples
parentefb2d293d5e849fc96e4e386d55a7611795561aa (diff)
fly camera
Diffstat (limited to 'examples')
-rw-r--r--examples/game_demo/game_demo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/game_demo/game_demo.c b/examples/game_demo/game_demo.c
index 1f88503..cb969cf 100644
--- a/examples/game_demo/game_demo.c
+++ b/examples/game_demo/game_demo.c
@@ -86,6 +86,8 @@ int main() {
while (!ShouldExit()) {
Frame_Begin();
+ Camera_Update(&cam);
+ SetCamera(cam);
// BEGIN Draw calls