diff options
Diffstat (limited to 'scene/2d/y_sort.h')
-rw-r--r-- | scene/2d/y_sort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/2d/y_sort.h b/scene/2d/y_sort.h index ebfe695da1..c919788498 100644 --- a/scene/2d/y_sort.h +++ b/scene/2d/y_sort.h @@ -32,11 +32,11 @@ #include "scene/2d/node_2d.h" class YSort : public Node2D { - GDCLASS(YSort,Node2D); + GDCLASS(YSort, Node2D); bool sort_enabled; static void _bind_methods(); -public: +public: void set_sort_enabled(bool p_enabled); bool is_sort_enabled() const; YSort(); |