diff --git a/Runtime/World/CGameArea.cpp b/Runtime/World/CGameArea.cpp index 34cefe4db..a4626307b 100644 --- a/Runtime/World/CGameArea.cpp +++ b/Runtime/World/CGameArea.cpp @@ -853,8 +853,8 @@ void CGameArea::Validate(CStateManager& mgr) { while (StartStreamingMainArea()) {} - //for (auto& req : xf8_loadTransactions) - // req->WaitUntilComplete(); + for (auto& req : xf8_loadTransactions) + req->WaitUntilComplete(); if (xdc_tokens.empty()) { VerifyTokenList(mgr);