Fix error

This commit is contained in:
Wojtek Figat
2021-02-03 19:24:47 +01:00
parent 8e4a0e9e97
commit c3b36062ed

View File

@@ -1006,10 +1006,9 @@ namespace FlaxEngine.GUI
c = c.Parent;
if (c == parent)
return location;
break;
}
throw new ArgumentException();
return location;
}
/// <summary>