summaryrefslogtreecommitdiff
path: root/src/nw4r/g3d/res/g3d_resnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nw4r/g3d/res/g3d_resnode.cpp')
-rw-r--r--src/nw4r/g3d/res/g3d_resnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nw4r/g3d/res/g3d_resnode.cpp b/src/nw4r/g3d/res/g3d_resnode.cpp
index 7788c86b..fe950682 100644
--- a/src/nw4r/g3d/res/g3d_resnode.cpp
+++ b/src/nw4r/g3d/res/g3d_resnode.cpp
@@ -99,7 +99,7 @@ void ResNode::CalcChrAnmResult(ChrAnmResult *pResult) const {
}
if (r.flags & ResNodeData::FLAG_ROT_ZERO) {
- PSMTXIdentity(pResult->rt);
+ MTXIdentity(pResult->rt);
flags |= ChrAnmResult::FLAG_ROT_ZERO;
} else {
pResult->rawR = math::VEC3(r.rot);