summaryrefslogtreecommitdiff
path: root/libs/JSystem/J2DGraph/J2DOrthoGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DOrthoGraph.cpp')
-rw-r--r--libs/JSystem/J2DGraph/J2DOrthoGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J2DGraph/J2DOrthoGraph.cpp b/libs/JSystem/J2DGraph/J2DOrthoGraph.cpp
index 047679a568..bb1dfaf341 100644
--- a/libs/JSystem/J2DGraph/J2DOrthoGraph.cpp
+++ b/libs/JSystem/J2DGraph/J2DOrthoGraph.cpp
@@ -50,7 +50,7 @@ void J2DOrthoGraph::setOrtho(JGeometry::TBox2<f32> const& bounds, f32 far, f32 n
/* 802E9840-802E987C 2E4180 003C+00 1/0 0/0 0/0 .text setLookat__13J2DOrthoGraphFv */
void J2DOrthoGraph::setLookat() {
- PSMTXIdentity(mPosMtx);
+ MTXIdentity(mPosMtx);
GXLoadPosMtxImm(mPosMtx, 0);
}