mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Fix error list not being cleared
This commit is contained in:
parent
879ce4c6e1
commit
9e85c95ca2
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue