1
0
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:
Umang Kalra
2022-04-11 17:37:58 +05:30
parent 788abafb77
commit 931bc4592a
3 changed files with 132 additions and 57 deletions

View File

@@ -228,6 +228,7 @@ private:
};
struct Variable {
Map<int, Ref<VisualScriptNode>> nodes;
PropertyInfo info;
Variant default_value;
bool _export;