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
1 changed files with 1 additions and 1 deletions

View File

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