summaryrefslogtreecommitdiffstats
path: root/scene/3d/spatial_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/spatial_player.h')
-rw-r--r--scene/3d/spatial_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/spatial_player.h b/scene/3d/spatial_player.h
index 73a19eee4d..16671a0cb5 100644
--- a/scene/3d/spatial_player.h
+++ b/scene/3d/spatial_player.h
@@ -38,7 +38,7 @@
class SpatialPlayer : public Spatial {
- OBJ_TYPE(SpatialPlayer,Spatial);
+ GDCLASS(SpatialPlayer,Spatial);
public: