From 69fdd784a78ab213e7cc1842c94e7c07968f5bea Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 1 Feb 2020 21:16:27 +0100 Subject: [PATCH] Revert "made the default text input style be desktopgl" This reverts commit aa64ebc0 --- MLEM.Ui/UiControls.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLEM.Ui/UiControls.cs b/MLEM.Ui/UiControls.cs index 763406f..6a41ee2 100644 --- a/MLEM.Ui/UiControls.cs +++ b/MLEM.Ui/UiControls.cs @@ -36,7 +36,7 @@ namespace MLEM.Ui { public UiControls(UiSystem system, InputHandler inputHandler = null) { this.System = system; - this.Input = inputHandler ?? new InputHandler(system.Game, textInputStyle: new TextInputStyle.DesktopGl()); + this.Input = inputHandler ?? new InputHandler(); this.IsInputOurs = inputHandler == null; // enable all required gestures