diff --git a/Source/Engine/UI/GUI/Common/Image.cs b/Source/Engine/UI/GUI/Common/Image.cs index adeddce6b..264fdf306 100644 --- a/Source/Engine/UI/GUI/Common/Image.cs +++ b/Source/Engine/UI/GUI/Common/Image.cs @@ -83,7 +83,7 @@ namespace FlaxEngine.GUI public override void DrawSelf() { base.DrawSelf(); - + if (Brush == null) return;