mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Fix missing leftbutton check
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
5d2e477f06
commit
0961084ff9
@@ -2948,7 +2948,7 @@ void editorinput(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!key.leftbutton)
|
||||
{
|
||||
ed.lclickdelay = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user