Initialize class/struct variables with default values in platform/ and editor/
This commit is contained in:
@ -291,7 +291,7 @@ class ScriptEditor : public PanelContainer {
|
||||
Vector<Ref<EditorSyntaxHighlighter>> syntax_highlighters;
|
||||
|
||||
struct ScriptHistory {
|
||||
Control *control;
|
||||
Control *control = nullptr;
|
||||
Variant state;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user