SethRobinson / proton

Proton SDK: Seth's GL/GLES messy multi-platform C++ game SDK. Can output to Windows, OS X, iOS, Android, Linux (Raspbian too), HTML5, Flash
Other
79 stars 16 forks source link

fix RT_RUNS_IN_BACKGROUND flag. #8

Closed Nyabsi closed 2 years ago

Nyabsi commented 2 years ago

in main.cpp "g_bHasFocus" was misplaced which caused RT_RUNS_IN_BACKGROUND to misbehave.

SethRobinson commented 2 years ago

Thanks!