diff --git a/Source/Engine/UI/GUI/Panels/TilesPanel.cs b/Source/Engine/UI/GUI/Panels/TilesPanel.cs index d3e29fabe..c7a88b57e 100644 --- a/Source/Engine/UI/GUI/Panels/TilesPanel.cs +++ b/Source/Engine/UI/GUI/Panels/TilesPanel.cs @@ -72,7 +72,7 @@ namespace FlaxEngine.GUI /// Initializes a new instance of the class. /// public TilesPanel() - : this(2) + : this(0) { }