Review "aggregate initializations" #1403
This commit is contained in:
parent
a8685ee4fd
commit
a4ea9f872f
8 changed files with 10 additions and 10 deletions
|
@ -39,7 +39,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
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue