diff --git a/UnityWeld_Editor/BaseBindingEditor.cs b/UnityWeld_Editor/BaseBindingEditor.cs index 1339474..8c4c828 100644 --- a/UnityWeld_Editor/BaseBindingEditor.cs +++ b/UnityWeld_Editor/BaseBindingEditor.cs @@ -160,7 +160,7 @@ Func menuEnabled option => UpdateProperty( propertyValueSetter, curPropertyValue, - option.Property == null ? string.Empty : option.ToString(), + option.Property == null ? string.Empty : option.Property.ToString(), "Set view-model property" ), new[] { noneOption }