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:
@@ -295,7 +295,7 @@ void CTextExecuteBuffer::TerminateLine()
|
||||
|
||||
void CTextExecuteBuffer::TerminateLineLTR()
|
||||
{
|
||||
if (!xa4_curLine->xc_curY && x18_textState.IsFinishedLoading())
|
||||
if (!xa4_curLine->xc_curY /*&& x18_textState.IsFinishedLoading()*/)
|
||||
{
|
||||
xa4_curLine->xc_curY = std::max(xa4_curLine->GetHeight(),
|
||||
x18_textState.x48_font->GetCarriageAdvance());
|
||||
|
||||
Reference in New Issue
Block a user