1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00

Fix missing leftbutton check

This commit is contained in:
AllyTally 2023-03-24 10:30:51 -03:00 committed by Misa Elizabeth Kai
parent 5d2e477f06
commit 0961084ff9

View File

@ -2948,7 +2948,7 @@ void editorinput(void)
}
}
}
else
else if (!key.leftbutton)
{
ed.lclickdelay = 0;
}