diff options
author | aap <aap@papnet.eu> | 2020-05-11 17:04:08 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-11 17:04:08 +0200 |
commit | 95920d54f2b570bb0aa218ad574a51acdded6a4f (patch) | |
tree | de04aa0149505c3cb68ae30ffb6066e87e9e5773 /src/core | |
parent | remove aps from premake (diff) | |
download | re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.gz re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.bz2 re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.lz re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.xz re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.zst re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Streaming.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp index f24192ef..e430f758 100644 --- a/src/core/Streaming.cpp +++ b/src/core/Streaming.cpp @@ -262,7 +262,7 @@ CStreaming::Init(void) } } #else - CStreaming::Init(); + CStreaming::Init2(); #endif } |