From bfe5cc29b1f31fe4921264a96a58607c836ee516 Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 18 Feb 2024 12:39:17 +0100 Subject: Add direction to camera --- src/core/src/loop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/src/loop.c b/src/core/src/loop.c index 2657e9f..534acce 100644 --- a/src/core/src/loop.c +++ b/src/core/src/loop.c @@ -38,6 +38,7 @@ Platform* GLOBAL_PLATFORM = NULL; static Camera default_camera = { .pos = {3, 0, 0}, + .dir = {1, 1, 1}, }; input_callback_t* callbacks[128]; -- cgit v1.3