summaryrefslogtreecommitdiff
path: root/src/nw4r/lyt/lyt_textBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nw4r/lyt/lyt_textBox.cpp')
-rw-r--r--src/nw4r/lyt/lyt_textBox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nw4r/lyt/lyt_textBox.cpp b/src/nw4r/lyt/lyt_textBox.cpp
index 4eeb8ff9..e32801cb 100644
--- a/src/nw4r/lyt/lyt_textBox.cpp
+++ b/src/nw4r/lyt/lyt_textBox.cpp
@@ -434,9 +434,9 @@ void TextBox::SetFont(const ut::Font *pFont) {
void TextBox::LoadMtx(const DrawInfo &drawInfo) {
math::MTX34 mtx;
if (drawInfo.IsMultipleViewMtxOnDraw()) {
- PSMTXConcat(drawInfo.GetViewMtx(), mGlbMtx, mtx);
+ MTXConcat(drawInfo.GetViewMtx(), mGlbMtx, mtx);
} else {
- PSMTXCopy(mGlbMtx, mtx);
+ MTXCopy(mGlbMtx, mtx);
}
ReverseYAxis(&mtx);