mirror of
https://github.com/godotengine/godot.git
synced 2025-01-11 04:30:50 +00:00
Fixed failed to connect to remote debugger with -rdebug will crash engine
This commit is contained in:
parent
9ff6d55822
commit
cb127b86f4
@ -246,7 +246,7 @@ public:
|
||||
virtual void set_request_scene_tree_message_func(RequestSceneTreeMessageFunc p_func, void *p_udata) {}
|
||||
|
||||
ScriptDebugger();
|
||||
virtual ~ScriptDebugger() {}
|
||||
virtual ~ScriptDebugger() {singleton=NULL;}
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user