mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Fix error list not being cleared
This commit is contained in:
parent
879ce4c6e1
commit
9e85c95ca2
@ -884,8 +884,7 @@ void ScriptEditorDebugger::_clear_breakpoints() {
|
||||
}
|
||||
|
||||
void ScriptEditorDebugger::start(Ref<RemoteDebuggerPeer> p_peer) {
|
||||
error_count = 0;
|
||||
warning_count = 0;
|
||||
_clear_errors_list();
|
||||
stop();
|
||||
|
||||
peer = p_peer;
|
||||
|
Loading…
Reference in New Issue
Block a user