Skip to content

Commit

Permalink
More compile fixes, fix CFrontEndUI segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Oct 23, 2023
1 parent 35d1701 commit d5ed445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Runtime/MP1/CFrontEndUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ CIOWin::EMessageReturn CFrontEndUI::Update(float dt, CArchitectureQueue& queue)
return EMessageReturn::Exit;
}
/* Poll loading music and FRME resources */
if (!xd4_audio1->IsReady() || !xd8_audio2->IsReady() || !xe0_frontendCardFrme->PumpLoad() ||
if (/*!xd4_audio1->IsReady() || !xd8_audio2->IsReady() || */ !xe0_frontendCardFrme->PumpLoad() ||
!xe8_frontendNoCardFrme->PumpLoad() || !xdc_saveUI->PumpLoad())
return EMessageReturn::Exit;
// xf4_curAudio = xd4_audio1.get();
Expand Down
2 changes: 1 addition & 1 deletion extern/aurora
Submodule aurora updated 1 files
+1 −1 extern/dawn
2 changes: 1 addition & 1 deletion extern/zeus

0 comments on commit d5ed445

Please sign in to comment.