Merge branch 'div_zero_minimize' of github.com:JeffM2501/raylib into div_zero_minimize

This commit is contained in:
Jeffery Myers 2021-01-04 08:03:33 -08:00
commit 6a2ee9751a

View File

@ -27,7 +27,7 @@ int main(void)
//--------------------------------------------------------------------------------------
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window");
SetTargetFPS(60); // Set our game to run at 60 frames-per-second