summaryrefslogtreecommitdiff
path: root/examples/game_demo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game_demo')
-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