diff options
Diffstat (limited to 'scene/gui/separator.h')
-rw-r--r-- | scene/gui/separator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/separator.h b/scene/gui/separator.h index 1ac0f2c503..77162c68fa 100644 --- a/scene/gui/separator.h +++ b/scene/gui/separator.h @@ -36,7 +36,7 @@ class Separator : public Control { GDCLASS(Separator, Control); protected: - Orientation orientation; + Orientation orientation = Orientation::HORIZONTAL; void _notification(int p_what); public: |