mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-04 11:17:14 -04:00
Fix last commit oops
This commit is contained in:
parent
0355fdf863
commit
8d012e9029
@ -805,8 +805,7 @@ void InputHandler_PickBlock(void) {
|
|||||||
|
|
||||||
void InputHandler_Tick(void) {
|
void InputHandler_Tick(void) {
|
||||||
cc_bool left, middle, right;
|
cc_bool left, middle, right;
|
||||||
double now;
|
double now, delta;
|
||||||
int delta;
|
|
||||||
|
|
||||||
if (Gui.InputGrab) return;
|
if (Gui.InputGrab) return;
|
||||||
now = Game.Time;
|
now = Game.Time;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user