Contribution to add optional double precision floating point support. Define BT_USE_DOUBLE_PRECISION for all involved libraries/apps.
This commit is contained in:
@@ -150,7 +150,7 @@ public:
|
||||
|
||||
btScalar getAngle() const
|
||||
{
|
||||
btScalar s = 2.f * btAcos(m_unusedW);
|
||||
btScalar s = btScalar(2.) * btAcos(m_unusedW);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user