summaryrefslogtreecommitdiff
path: root/servers/physics_3d/broad_phase_octree.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics_3d/broad_phase_octree.h')
-rw-r--r--servers/physics_3d/broad_phase_octree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_3d/broad_phase_octree.h b/servers/physics_3d/broad_phase_octree.h
index 0ad59d8b0c..761a90a051 100644
--- a/servers/physics_3d/broad_phase_octree.h
+++ b/servers/physics_3d/broad_phase_octree.h
@@ -35,7 +35,6 @@
#include "core/math/octree.h"
class BroadPhaseOctree : public BroadPhase3DSW {
-
Octree<CollisionObject3DSW, true> octree;
static void *_pair_callback(void *, OctreeElementID, CollisionObject3DSW *, int, OctreeElementID, CollisionObject3DSW *, int);