diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/src/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |
