mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01:00
fix streaming bug
This commit is contained in:
parent
23c52c1c86
commit
cc2f13710d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user