You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix some overflows and unitialized variables
This commit is contained in:
@@ -2600,6 +2600,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
|
||||
p_editor->get_undo_redo()->set_method_notify_callback(_method_changeds, this);
|
||||
p_editor->get_undo_redo()->set_property_notify_callback(_property_changeds, this);
|
||||
live_debug = true;
|
||||
camera_override = OVERRIDE_NONE;
|
||||
last_path_id = false;
|
||||
error_count = 0;
|
||||
warning_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user