Initialize class variables with default values in scene/ [2/2]
This commit is contained in:
@ -36,7 +36,7 @@ class Separator : public Control {
|
||||
GDCLASS(Separator, Control);
|
||||
|
||||
protected:
|
||||
Orientation orientation;
|
||||
Orientation orientation = Orientation::HORIZONTAL;
|
||||
void _notification(int p_what);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user