mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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;
|
ed.lclickdelay = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user