Fix image ordering.

This commit is contained in:
Jean-Baptiste Perrier
2021-03-17 20:22:27 +01:00
parent 5af3a22fd0
commit fb70368c8d

View File

@@ -80,9 +80,9 @@ namespace FlaxEngine.GUI
} }
/// <inheritdoc /> /// <inheritdoc />
public override void Draw() public override void DrawSelf()
{ {
base.Draw(); base.DrawSelf();
if (Brush == null) if (Brush == null)
return; return;