summaryrefslogtreecommitdiffstats
path: root/scene/2d/path_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/path_texture.h')
-rw-r--r--scene/2d/path_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/path_texture.h b/scene/2d/path_texture.h
index 2f2e404090..cc502a2fa4 100644
--- a/scene/2d/path_texture.h
+++ b/scene/2d/path_texture.h
@@ -32,7 +32,7 @@
#include "scene/2d/node_2d.h"
class PathTexture : public Node2D {
- OBJ_TYPE( PathTexture, Node2D );
+ GDCLASS( PathTexture, Node2D );
Ref<Texture> begin;
Ref<Texture> repeat;