Restore WaitUntileComplete

This commit is contained in:
Phillip Stephens 2021-06-13 19:33:13 -07:00
parent 933279ceb6
commit 7ca8c666ef
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 2 additions and 2 deletions

View File

@ -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);