Merge branch '3.8' into 4.0-beta

This commit is contained in:
badlogic 2020-08-26 16:19:04 +02:00
commit 0d252ff4d7

View File

@ -479,7 +479,7 @@ void Bone::setWorldY(float inValue) {
}
float Bone::getWorldRotationX() {
return MathUtil::atan2(_c, _a) * MathUtil::MathUtil::Rad_Deg;
return MathUtil::atan2(_c, _a) * MathUtil::Rad_Deg;
}
float Bone::getWorldRotationY() {