diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-08-12 21:37:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 21:37:52 -0500 |
| commit | 1bf12a919c89919f958354582721dd68b2af1070 (patch) | |
| tree | a4ae3a0aa2c64c49427ebe5f4ba685ec24bd6ab6 /Attorney_Online.pro | |
| parent | 579456fbd766b64f4ba11b9ff83ece3dad9d6553 (diff) | |
| parent | 2a18c1cdec54a324c6ba9834d6e6b05cc46f2535 (diff) | |
Merge pull request #581 from AttorneyOnline/aolayer-preload
Massively improve AOLayer performance by preloading next frame from disk before the current frame is done ticking
Diffstat (limited to 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 2a5c1e14..abca0fb0 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -19,6 +19,9 @@ QMAKE_LFLAGS += -Wl,-rpath,"'\$$ORIGIN/lib'" # Uncomment for verbose network logging # DEFINES += DEBUG_NETWORK +# Uncomment for verbose animation logging +# DEFINES += DEBUG_MOVIE + # Uncomment for building with debug symbols # CONFIG += debug |
