From 7ca8c666efec7ce116b34b853119fbd36e7ad2a5 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 13 Jun 2021 19:33:13 -0700 Subject: [PATCH] Restore WaitUntileComplete --- Runtime/World/CGameArea.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);