mirror of https://github.com/AxioDL/metaforce.git
Revert change in CTextExecuteBuffer to fix intro text
This commit is contained in:
parent
945302c481
commit
8f1b39c27f
|
@ -263,7 +263,7 @@ void CTextExecuteBuffer::TerminateLine() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void CTextExecuteBuffer::TerminateLineLTR() {
|
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());
|
xa4_curLine->xc_curY = std::max(xa4_curLine->GetHeight(), x18_textState.x48_font->GetCarriageAdvance());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue