Browse Source

Merge branch '3.8' into 4.0-beta

badlogic 5 years ago
parent
commit
0d252ff4d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-cpp/spine-cpp/src/spine/Bone.cpp

+ 1 - 1
spine-cpp/spine-cpp/src/spine/Bone.cpp

@@ -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() {