From a4ea9f872ffef9ffe66fade37e984c3cc97910cb Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 5 Oct 2020 20:04:33 +0200 Subject: Review "aggregate initializations" #1403 --- projects/VSCode_tcc_win/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/VSCode_tcc_win') 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 //-------------------------------------------------------------------------------------- -- cgit v1.2.3