console: Fix cursor timestep

This commit is contained in:
apartfromtime 2024-08-19 21:03:30 +10:00
parent 6066b3c979
commit 7fa653cae1

View file

@ -513,7 +513,7 @@ Con_DrawInput(void)
{
if (i == linepos)
{
if (cls.realtime & 8)
if ((cls.realtime >> 8) & 1)
{
ch = CON_INPUT_CURSOR;
}