Fix regression from dff1374378

This commit is contained in:
Wojtek Figat
2021-04-07 11:10:51 +02:00
parent dff1374378
commit 772af752d2

View File

@@ -49,7 +49,7 @@ namespace FlaxEngine.GUI
/// <summary> /// <summary>
/// Gets or sets the normalized position in the parent control that the upper left corner is anchored to (range 0-1). /// Gets or sets the normalized position in the parent control that the upper left corner is anchored to (range 0-1).
/// </summary> /// </summary>
[HideInEditor] [Serialize, HideInEditor]
public Vector2 AnchorMin public Vector2 AnchorMin
{ {
get => _anchorMin; get => _anchorMin;