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:01:12 -08:00
commit 7c3953d017

View File

@ -24,10 +24,10 @@
int main(void)
{
// Initialization
//-------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------
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