Fix compilation error on gcc
This commit is contained in:
parent
8d2b898168
commit
0a7eeaeb48
|
@ -32,7 +32,7 @@
|
|||
using namespace reactphysics3d;
|
||||
|
||||
// Initialization of static variables
|
||||
constexpr int TreeNode::NULL_TREE_NODE = -1;
|
||||
const int TreeNode::NULL_TREE_NODE = -1;
|
||||
|
||||
// Constructor
|
||||
DynamicAABBTree::DynamicAABBTree(decimal extraAABBGap) : mExtraAABBGap(extraAABBGap) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user