You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix exported typed dictionaries in .NET having an incorrect hint, which led to incorrect scene serialization
This commit is contained in:
committed by
Juan Pablo Arce
parent
04692d83cb
commit
e3790de461
@@ -791,7 +791,7 @@ namespace Godot.SourceGenerators
|
||||
}
|
||||
}
|
||||
|
||||
hint = PropertyHint.DictionaryType;
|
||||
hint = PropertyHint.TypeString;
|
||||
|
||||
hintString = keyHintString != null && valueHintString != null ? $"{keyHintString};{valueHintString}" : null;
|
||||
return hintString != null;
|
||||
|
||||
Reference in New Issue
Block a user