diff options
author | aap <aap@papnet.eu> | 2020-08-21 12:09:45 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-21 12:09:45 +0200 |
commit | cc2f13710dee31b98040d9214b09f7c616f2c52d (patch) | |
tree | 94cfda631cd4a519f0826bc84b8f6691fb16768c /src/core | |
parent | fixed CRenderer::ScanSectorPoly again (diff) | |
download | re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.gz re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.bz2 re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.lz re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.xz re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.zst re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.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 1e2143d8..74fec192 100644 --- a/src/core/Streaming.cpp +++ b/src/core/Streaming.cpp @@ -1824,7 +1824,7 @@ CStreaming::LoadBigBuildingsWhenNeeded(void) LoadSplash(GetLevelSplashScreen(CGame::currLevel)); CStreaming::RequestBigBuildings(CGame::currLevel, TheCamera.GetPosition()); - CStreaming::LoadAllRequestedModels(true); + CStreaming::LoadAllRequestedModels(false); CGame::TidyUpMemory(true, true); CTimer::Resume(); |