Fix image ordering.
This commit is contained in:
@@ -80,10 +80,10 @@ namespace FlaxEngine.GUI
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void Draw()
|
||||
public override void DrawSelf()
|
||||
{
|
||||
base.Draw();
|
||||
|
||||
base.DrawSelf();
|
||||
|
||||
if (Brush == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user