Fix compilation error on gcc

This commit is contained in:
Daniel Chappuis 2016-08-21 19:32:14 +02:00
parent 8d2b898168
commit 0a7eeaeb48

View File

@ -32,7 +32,7 @@
using namespace reactphysics3d; using namespace reactphysics3d;
// Initialization of static variables // Initialization of static variables
constexpr int TreeNode::NULL_TREE_NODE = -1; const int TreeNode::NULL_TREE_NODE = -1;
// Constructor // Constructor
DynamicAABBTree::DynamicAABBTree(decimal extraAABBGap) : mExtraAABBGap(extraAABBGap) { DynamicAABBTree::DynamicAABBTree(decimal extraAABBGap) : mExtraAABBGap(extraAABBGap) {