mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Initialize n_warnings_dropped to 0 in ScriptDebuggerRemote
(cherry picked from commit d3866d78f2)
This commit is contained in:
committed by
Rémi Verschelde
parent
165775e689
commit
0d88a4fded
@@ -1259,6 +1259,7 @@ ScriptDebuggerRemote::ScriptDebuggerRemote() :
|
||||
max_errors_per_second(GLOBAL_GET("network/limits/debugger_stdout/max_errors_per_second")),
|
||||
max_warnings_per_second(GLOBAL_GET("network/limits/debugger_stdout/max_warnings_per_second")),
|
||||
n_errors_dropped(0),
|
||||
n_warnings_dropped(0),
|
||||
max_cps(GLOBAL_GET("network/limits/debugger_stdout/max_chars_per_second")),
|
||||
char_count(0),
|
||||
err_count(0),
|
||||
|
||||
Reference in New Issue
Block a user