mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fix some crashes, overflows and using variables without values
This commit is contained in:
@@ -1361,6 +1361,7 @@ void VisualScript::_bind_methods() {
|
||||
VisualScript::VisualScript() {
|
||||
|
||||
base_type = "Object";
|
||||
is_tool_script = false;
|
||||
}
|
||||
|
||||
StringName VisualScript::get_default_func() const {
|
||||
|
||||
Reference in New Issue
Block a user