From 8f576c9a757d12a708c1e56030fbd2e6672834bd Mon Sep 17 00:00:00 2001 From: Dander7BD Date: Fri, 31 Jan 2014 15:30:23 +0100 Subject: [PATCH] Removed malign obsolete hack fix --- Code/GamePhysics/PhysicsStructs-Impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/GamePhysics/PhysicsStructs-Impl.h b/Code/GamePhysics/PhysicsStructs-Impl.h index 05cba2da..af2fb91c 100644 --- a/Code/GamePhysics/PhysicsStructs-Impl.h +++ b/Code/GamePhysics/PhysicsStructs-Impl.h @@ -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