mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58: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:
|
||||
return this.IsMouseButtonUp(control);
|
||||
default:
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue