Merge remote-tracking branch 'origin/master' into 1.13

This commit is contained in:
2026-07-28 22:27:52 +02:00
@@ -741,7 +741,7 @@ namespace FlaxEditor.CustomEditors.Editors
if (types.Length == 1)
{
// Single type
button.Clicked += () => SetValue(Values.Type.CreateInstance());
button.Clicked += () => SetValue(types[0].CreateInstance());
}
else
{