mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Fix missing leftbutton check
This commit is contained in:
parent
5d2e477f06
commit
0961084ff9
1 changed files with 1 additions and 1 deletions
|
@ -2948,7 +2948,7 @@ void editorinput(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!key.leftbutton)
|
||||
{
|
||||
ed.lclickdelay = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue