summaryrefslogtreecommitdiff
path: root/win/Moddlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/Moddlg.cpp')
-rw-r--r--win/Moddlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Moddlg.cpp b/win/Moddlg.cpp
index 9d12db1..ef81fbb 100644
--- a/win/Moddlg.cpp
+++ b/win/Moddlg.cpp
@@ -169,7 +169,7 @@ void CModifyDialog::UpdateInfo(void* pObject, BYTE nType)
pPiece->GetPosition(pos);
pPiece->GetRotation(rot);
Matrix mat(rot, pos);
- mat.GetEulerAngles(rot);
+ mat.ToEulerAngles(rot);
m_fPosX = pos[0];
m_fPosY = pos[1];