mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +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;
|
static AAssetManager* ASSET_MANAGER = nullptr;
|
||||||
|
|
||||||
#define USE_BLIT_PRESENT 0
|
#define USE_BLIT_PRESENT 1
|
||||||
|
|
||||||
#if !USE_BLIT_PRESENT
|
#if !USE_BLIT_PRESENT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue