Fix compilation error on gcc

This commit is contained in:
Daniel Chappuis 2016-08-21 20:25:50 +02:00
parent 0a7eeaeb48
commit 6f8d9586c7

View File

@ -30,7 +30,7 @@
using namespace reactphysics3d; using namespace reactphysics3d;
// Static variables definition // Static variables definition
constexpr decimal BallAndSocketJoint::BETA = decimal(0.2); const decimal BallAndSocketJoint::BETA = decimal(0.2);
// Constructor // Constructor
BallAndSocketJoint::BallAndSocketJoint(const BallAndSocketJointInfo& jointInfo) BallAndSocketJoint::BallAndSocketJoint(const BallAndSocketJointInfo& jointInfo)