Skip to content

Commit

Permalink
Reviewed issue with ASINCIFY
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 30, 2022
1 parent d996161 commit c1611cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rfxgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,8 @@ int main(int argc, char *argv[])
// Main game loop
while (!closeWindow) // Detect window close button
{
#if !defined(PLATFORM_WEB)
if (WindowShouldClose()) closeWindow = true;
#endif

// Dropped files logic
//----------------------------------------------------------------------------------
if (IsFileDropped())
Expand Down

0 comments on commit c1611cf

Please sign in to comment.