1
0
mirror of synced 2024-11-29 09:44:32 +01:00

Update the object in options editor to show the edited value

This commit is contained in:
KillzXGaming 2019-05-12 11:53:43 -04:00
parent 078c841190
commit bddb4f1f02
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -78,7 +78,7 @@ namespace FirstPlugin.Forms
material.shaderassign.options[option.Name] = option.Value; material.shaderassign.options[option.Name] = option.Value;
shaderOptionsListView.Refresh(); shaderOptionsListView.RefreshObject(option);
} }
} }
} }