Merge pull request #33238 from qarmin/other_fixes

Fix some crashes, overflows and using variables without  values
This commit is contained in:
Rémi Verschelde 2019-11-01 22:12:47 +01:00 committed by GitHub
commit af4fd9de9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 29 additions and 12 deletions

View file

@ -1361,6 +1361,7 @@ void VisualScript::_bind_methods() {
VisualScript::VisualScript() {
base_type = "Object";
is_tool_script = false;
}
StringName VisualScript::get_default_func() const {