Fix last commit oops

This commit is contained in:
UnknownShadow200 2023-10-23 20:42:46 +11:00
parent 0355fdf863
commit 8d012e9029

View file

@ -805,8 +805,7 @@ void InputHandler_PickBlock(void) {
void InputHandler_Tick(void) {
cc_bool left, middle, right;
double now;
int delta;
double now, delta;
if (Gui.InputGrab) return;
now = Game.Time;