remove filtes on misbehaving brushes.

correct range defaults
This commit is contained in:
AzaezelX 2024-10-28 09:39:02 -05:00
parent 149f6cc5bf
commit 218caea9e8
3 changed files with 2 additions and 11 deletions

View file

@ -667,7 +667,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "90.0";
text = "2047";
maxLength = "4";
historySize = "0";
password = "0";

View file

@ -461,7 +461,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "90.0";
text = "2047";
maxLength = "4";
historySize = "0";
password = "0";