summaryrefslogtreecommitdiff
path: root/scene/3d/collision_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/collision_object.h')
-rw-r--r--scene/3d/collision_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/collision_object.h b/scene/3d/collision_object.h
index c1d08bfc4a..b89b7e3361 100644
--- a/scene/3d/collision_object.h
+++ b/scene/3d/collision_object.h
@@ -34,7 +34,7 @@
class CollisionObject : public Spatial {
- OBJ_TYPE( CollisionObject, Spatial );
+ GDCLASS( CollisionObject, Spatial );
bool area;
RID rid;