mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
Revert "made the default text input style be desktopgl"
This reverts commit aa64ebc0
This commit is contained in:
parent
0904368151
commit
69fdd784a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue