Fix image ordering.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user