mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-23 05:08:34 +01:00
the None input type should always be considered up
This commit is contained in:
parent
ce920b5219
commit
2f16bbdc44
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ namespace MLEM.Input {
|
||||||
case GenericInput.InputType.Mouse:
|
case GenericInput.InputType.Mouse:
|
||||||
return this.IsMouseButtonUp(control);
|
return this.IsMouseButtonUp(control);
|
||||||
default:
|
default:
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue