mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
More efficient cooked resource loading, AQS audio fixes
This commit is contained in:
@@ -268,6 +268,8 @@ bool CGuiTextSupport::_GetIsTextSupportFinishedLoading() const
|
||||
if (!tok.IsLoaded())
|
||||
return false;
|
||||
}
|
||||
if (!x2cc_font)
|
||||
return true;
|
||||
if (x2cc_font.IsLoaded())
|
||||
return x2cc_font->IsFinishedLoading();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user