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:
parent
9b658cb531
commit
1897329071
5 changed files with 19 additions and 11 deletions
|
@ -1310,6 +1310,8 @@ public:
|
|||
volatile int dbg_numThreadDecoders;
|
||||
static unsigned int dbg_numRenderCalls;
|
||||
|
||||
virtual void onBackgroundUpdate();
|
||||
|
||||
protected:
|
||||
|
||||
std::string fpsDebugString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue