summaryrefslogtreecommitdiffstats
path: root/scene/2d/y_sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/y_sort.h')
-rw-r--r--scene/2d/y_sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/y_sort.h b/scene/2d/y_sort.h
index 0cf8773b4d..ebfe695da1 100644
--- a/scene/2d/y_sort.h
+++ b/scene/2d/y_sort.h
@@ -32,7 +32,7 @@
#include "scene/2d/node_2d.h"
class YSort : public Node2D {
- OBJ_TYPE(YSort,Node2D);
+ GDCLASS(YSort,Node2D);
bool sort_enabled;
static void _bind_methods();
public: