Fix re-drawing the background when alpha > 0 .

This commit is contained in:
2021-02-17 12:44:44 +01:00
parent 6987834b2d
commit 1c1e9bb105
-2
View File
@@ -223,8 +223,6 @@ namespace FlaxEngine.GUI
TextAlignment.Center,
TextWrapping.WrapWords
);
base.Draw();
}
/// <inheritdoc />