summaryrefslogtreecommitdiffstats
path: root/scene/3d/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/path.h')
-rw-r--r--scene/3d/path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/path.h b/scene/3d/path.h
index 173ac50aac..ab6f459ba9 100644
--- a/scene/3d/path.h
+++ b/scene/3d/path.h
@@ -34,7 +34,7 @@
class Path : public Spatial {
- OBJ_TYPE( Path, Spatial );
+ GDCLASS( Path, Spatial );
Ref<Curve3D> curve;
@@ -56,7 +56,7 @@ public:
class PathFollow : public Spatial {
- OBJ_TYPE(PathFollow,Spatial);
+ GDCLASS(PathFollow,Spatial);
public:
enum RotationMode {