mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 02:42:19 +02:00
Merge pull request #15446 from amerhifi/questCrashFix
Case 22340 : turning on blit present for quest
This commit is contained in:
commit
839aa0ebe8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
static AAssetManager* ASSET_MANAGER = nullptr;
|
||||
|
||||
#define USE_BLIT_PRESENT 0
|
||||
#define USE_BLIT_PRESENT 1
|
||||
|
||||
#if !USE_BLIT_PRESENT
|
||||
|
||||
|
|
Loading…
Reference in a new issue