1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 23:30:06 +00:00

Allow downloading data while the game is minimized.

With this change, downloads should no longer abort when the game is
minimized for more than a few seconds.
This commit is contained in:
fgenesis 2013-06-24 03:39:48 +02:00
parent 9b658cb531
commit 1897329071
5 changed files with 19 additions and 11 deletions

View file

@ -1310,6 +1310,8 @@ public:
volatile int dbg_numThreadDecoders;
static unsigned int dbg_numRenderCalls;
virtual void onBackgroundUpdate();
protected:
std::string fpsDebugString;