summaryrefslogtreecommitdiffstats
path: root/scene/3d/spatial_indexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/spatial_indexer.h')
-rw-r--r--scene/3d/spatial_indexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/spatial_indexer.h b/scene/3d/spatial_indexer.h
index 43202a8f54..94c579ba23 100644
--- a/scene/3d/spatial_indexer.h
+++ b/scene/3d/spatial_indexer.h
@@ -37,7 +37,7 @@ class ProximityArea;
class SpatialIndexer : public Object {
- OBJ_TYPE( SpatialIndexer, Object );
+ GDCLASS( SpatialIndexer, Object );
template<class T>
struct TK {