mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-10-31 21:00:51 +01:00
this bugged me
This commit is contained in:
parent
16fd2af560
commit
5d701592a5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace MLEM.Input {
|
|||
}
|
||||
} else {
|
||||
// if the repeating key isn't being held anymore, reset
|
||||
if (!this.KeyboardState.IsKeyDown(this.heldKey)) {
|
||||
if (!this.IsKeyDown(this.heldKey)) {
|
||||
this.heldKey = Keys.None;
|
||||
} else {
|
||||
var now = DateTime.UtcNow;
|
||||
|
|
Loading…
Reference in a new issue