Removed malign obsolete hack fix

This commit is contained in:
Dander7BD 2014-01-31 15:30:23 +01:00
parent b3656a0527
commit 8f576c9a75
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace Oyster
inline const ::Oyster::Math::Float3 & CustomBodyState::GetAngularAxis() const inline const ::Oyster::Math::Float3 & CustomBodyState::GetAngularAxis() const
{ {
return ::Utility::Value::Radian(this->angularAxis); return this->angularAxis;
} }
inline ::Oyster::Math::Float4x4 CustomBodyState::GetRotation() const inline ::Oyster::Math::Float4x4 CustomBodyState::GetRotation() const