You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fix crash because of initialized EditorDebuggerPlugin field
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user