mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Revert change in CTextExecuteBuffer to fix intro text
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user