summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode_tcc_win/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VSCode_tcc_win/main.c')
-rw-r--r--projects/VSCode_tcc_win/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode_tcc_win/main.c b/projects/VSCode_tcc_win/main.c
index 9c039217..7a68a373 100644
--- a/projects/VSCode_tcc_win/main.c
+++ b/projects/VSCode_tcc_win/main.c
@@ -40,7 +40,7 @@ int main()
SetCameraMode(camera, CAMERA_ORBITAL);
- Vector3 cubePosition = { 0.0f };
+ Vector3 cubePosition = { 0 };
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
//--------------------------------------------------------------------------------------