mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-21 03:21:08 +00:00
fix whitespace
This commit is contained in:
parent
48d7e9c134
commit
cb14e8b153
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ void IN_Init (void)
|
||||||
/* discard all mouse events when input is deactivated */
|
/* discard all mouse events when input is deactivated */
|
||||||
IN_BeginIgnoringMouseEvents();
|
IN_BeginIgnoringMouseEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef MACOS_X_ACCELERATION_HACK
|
#ifdef MACOS_X_ACCELERATION_HACK
|
||||||
Cvar_RegisterVariable(&in_disablemacosxmouseaccel);
|
Cvar_RegisterVariable(&in_disablemacosxmouseaccel);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue