mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Fix some crashes, overflows and using variables without values
This commit is contained in:
parent
23a381d882
commit
9ddb3265e1
11 changed files with 29 additions and 12 deletions
|
@ -1361,6 +1361,7 @@ void VisualScript::_bind_methods() {
|
|||
VisualScript::VisualScript() {
|
||||
|
||||
base_type = "Object";
|
||||
is_tool_script = false;
|
||||
}
|
||||
|
||||
StringName VisualScript::get_default_func() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue