mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59: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;
|
ed.lclickdelay = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue