Fix crash because of initialized EditorDebuggerPlugin field
This commit is contained in:
parent
f10c3810bb
commit
b89ba85f6f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class EditorDebuggerPlugin : public Control {
|
|||
GDCLASS(EditorDebuggerPlugin, Control);
|
||||
|
||||
private:
|
||||
ScriptEditorDebugger *debugger;
|
||||
ScriptEditorDebugger *debugger = nullptr;
|
||||
|
||||
void _breaked(bool p_really_did, bool p_can_debug);
|
||||
void _started();
|
||||
|
|
Loading…
Reference in a new issue