You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixes variable node not showing updated name in visualscript editor
This commit is contained in:
@@ -228,6 +228,7 @@ private:
|
||||
};
|
||||
|
||||
struct Variable {
|
||||
Map<int, Ref<VisualScriptNode>> nodes;
|
||||
PropertyInfo info;
|
||||
Variant default_value;
|
||||
bool _export;
|
||||
|
||||
Reference in New Issue
Block a user