Oops, reversed the logic of the variable
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4081
This commit is contained in:
parent
b84fc3f7b6
commit
3fe72f0ebb
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void X11_CheckMouseModeNoLock(_THIS)
|
|||
They almost never want to do this, as it seriously affects
|
||||
applications that rely on continuous relative mouse motion.
|
||||
*/
|
||||
env_override = getenv("SDL_MOUSE_NORELATIVE");
|
||||
env_override = getenv("SDL_MOUSE_RELATIVE");
|
||||
if ( env_override ) {
|
||||
enable_relative = atoi(env_override);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue