Removed malign obsolete hack fix
This commit is contained in:
parent
b3656a0527
commit
8f576c9a75
|
@ -124,7 +124,7 @@ namespace Oyster
|
|||
|
||||
inline const ::Oyster::Math::Float3 & CustomBodyState::GetAngularAxis() const
|
||||
{
|
||||
return ::Utility::Value::Radian(this->angularAxis);
|
||||
return this->angularAxis;
|
||||
}
|
||||
|
||||
inline ::Oyster::Math::Float4x4 CustomBodyState::GetRotation() const
|
||||
|
|
Loading…
Reference in New Issue