Merge pull request #33583 from qarmin/fix_overflows_unitialized

Fix some overflows and unitialized variables
This commit is contained in:
Rémi Verschelde 2019-11-20 21:31:12 +01:00 committed by GitHub
commit 083d088de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 35 additions and 8 deletions

View file

@ -2601,6 +2601,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;