Disabled spammy debug
This commit is contained in:
Submodule project/jni/application/openarena/engine updated: 30f7ee6188...32cfa88cc1
Submodule project/jni/application/openarena/vm updated: 998e35c59c...02d68a808d
@@ -187,7 +187,7 @@ extern void SDL_ANDROID_MainThreadPushJoystickAxis(int joy, int axis, int value)
|
||||
|
||||
if( joystickEventsCount > 64 )
|
||||
{
|
||||
__android_log_print(ANDROID_LOG_INFO, "libSDL", "Too many joystick events in the queue - dropping some events");
|
||||
//__android_log_print(ANDROID_LOG_INFO, "libSDL", "Too many joystick events in the queue - dropping some events");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user