Merge branch 'Physics' of https://github.com/dean11/Danbias into GameLogic
This commit is contained in:
commit
0ae551f2d8
|
@ -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