This commit is contained in:
ColleagueRiley 2024-05-05 21:38:21 -04:00
parent c284f53487
commit fc8656e785

View File

@ -53,6 +53,7 @@ int main(void)
int targetFPS = 60; // Our initial target fps int targetFPS = 60; // Our initial target fps
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// Main game loop // Main game loop
while (!WindowShouldClose()) // Detect window close button or ESC key while (!WindowShouldClose()) // Detect window close button or ESC key
{ {