1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-16 18:54:31 +02:00

Revert "made the default text input style be desktopgl"

This reverts commit aa64ebc0
This commit is contained in:
Ellpeck 2020-02-01 21:16:27 +01:00
parent 0904368151
commit 69fdd784a7

View file

@ -36,7 +36,7 @@ namespace MLEM.Ui {
public UiControls(UiSystem system, InputHandler inputHandler = null) { public UiControls(UiSystem system, InputHandler inputHandler = null) {
this.System = system; this.System = system;
this.Input = inputHandler ?? new InputHandler(system.Game, textInputStyle: new TextInputStyle.DesktopGl()); this.Input = inputHandler ?? new InputHandler();
this.IsInputOurs = inputHandler == null; this.IsInputOurs = inputHandler == null;
// enable all required gestures // enable all required gestures