Browse Source

input: fix evdev macro

pull/2/head
mittorn 5 years ago
parent
commit
2897e5f17e
  1. 2
      engine/client/input.c

2
engine/client/input.c

@ -580,7 +580,7 @@ void IN_CollectInput( float *forward, float *side, float *pitch, float *yaw, qbo
} }
#endif // ANDROID #endif // ANDROID
#ifdef USE_EVDEV #ifdef XASH_USE_EVDEV
IN_EvdevMove( yaw, pitch ); IN_EvdevMove( yaw, pitch );
#endif #endif
} }

Loading…
Cancel
Save