mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 16:48:43 +08:00
[cpp] Closes #1711, duplicate namespace specifier.
This commit is contained in:
parent
1cc50fd09e
commit
9dbc4b408a
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user