Fix compilation error on gcc
This commit is contained in:
parent
0a7eeaeb48
commit
6f8d9586c7
|
@ -30,7 +30,7 @@
|
|||
using namespace reactphysics3d;
|
||||
|
||||
// Static variables definition
|
||||
constexpr decimal BallAndSocketJoint::BETA = decimal(0.2);
|
||||
const decimal BallAndSocketJoint::BETA = decimal(0.2);
|
||||
|
||||
// Constructor
|
||||
BallAndSocketJoint::BallAndSocketJoint(const BallAndSocketJointInfo& jointInfo)
|
||||
|
|
Loading…
Reference in New Issue
Block a user