Fix some overflows and unitialized variables

This commit is contained in:
Rafał Mikrut 2019-11-20 16:22:16 +01:00
parent 58ca9f17a2
commit 99d8626f4a
17 changed files with 35 additions and 8 deletions

View file

@ -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;