mirror of
https://github.com/zeldaret/ss
synced 2026-07-27 06:45:13 -04:00
fix regressions
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -61,7 +61,7 @@ dAcBase_c::dAcBase_c()
|
||||
}
|
||||
|
||||
if (s_Create_Rotation) {
|
||||
mRotation = *s_Create_Rotation;
|
||||
setRotation(*s_Create_Rotation);
|
||||
}
|
||||
|
||||
if (s_Create_Scale) {
|
||||
|
||||
Reference in New Issue
Block a user