diff --git a/NIF_Blocks.cpp b/NIF_Blocks.cpp index 0d993aeeca41bd59a10083dcaa23cd9b7c6df7f0..4b937679b286c57378cdf067b449affd671ec3f6 100644 --- a/NIF_Blocks.cpp +++ b/NIF_Blocks.cpp @@ -495,7 +495,7 @@ Matrix44 ANode::GetLocalTransform() const { s[3][0] = 0.0f; s[3][1] = 0.0f; s[3][2] = 0.0f; s[3][3] = 1.0f; //Multiply the two for the resulting local transform - return MultMatrix44(rt, s); + return MultMatrix44(s, rt); } Matrix44 ANode::GetWorldTransform() const {