mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
Fix last commit oops
This commit is contained in:
parent
0355fdf863
commit
8d012e9029
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue