Fix Surface parameter attributes editor popup location

This commit is contained in:
Wojciech Figat
2022-08-09 12:37:27 +02:00
parent 07b02e6cf3
commit 49df15c021

View File

@@ -545,7 +545,7 @@ namespace FlaxEditor.Surface
window.VisjectSurface.Undo.AddAction(action);
action.Do();
};
editor.Show(label, label.Center);
editor.Show(label, label.Size * 0.5f);
}
private void DeleteParameter(int index)