fix regressions

This commit is contained in:
elijah-thomas774
2025-09-16 22:42:28 -04:00
parent 4894038c4e
commit 715022174a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ void dAcOTumbleWeed_c::calcWind() {
}
}
mVec3_c dAcOTumbleWeed_c::getPosition() const {
mVec3_c dAcOTumbleWeed_c::getTumblePosition() const {
mMtx_c mtx;
mVec3_c vec;
mtx.ZXYrotS(mRotation.x, mRotation.y, mRotation.z);
+1 -1
View File
@@ -61,7 +61,7 @@ dAcBase_c::dAcBase_c()
}
if (s_Create_Rotation) {
mRotation = *s_Create_Rotation;
setRotation(*s_Create_Rotation);
}
if (s_Create_Scale) {