Updated examples and makefile

This commit is contained in:
Ray 2016-06-30 00:26:56 +02:00
parent 308fcbb96c
commit f88c95ce2d
4 changed files with 8 additions and 4 deletions

View file

@ -34,7 +34,7 @@ int main()
Vector3 cubePosition = { 0.0f, 0.0f, 0.0f };
//SetTargetFPS(90); // Set our game to run at 90 frames-per-second
SetTargetFPS(90); // Set our game to run at 90 frames-per-second
//--------------------------------------------------------------------------------------
// Main game loop