mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-03 10:09:19 +03:00
Fix default values not being read correctly in VS, take two
Fixes #25889.
This commit is contained in:
@@ -54,7 +54,6 @@ class VisualScriptNode : public Resource {
|
||||
void validate_input_default_values();
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
void ports_changed_notify();
|
||||
static void _bind_methods();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user