From 6a6eb96793c05f8199f625665ca20f6414cf5011 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 18 Mar 2021 11:15:27 +0100 Subject: [PATCH] Fix code style --- Source/Engine/UI/GUI/Common/Image.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;