Oops, reversed the logic of the variable

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4081
This commit is contained in:
Sam Lantinga 2001-06-23 22:02:27 +00:00
parent b84fc3f7b6
commit 3fe72f0ebb

View file

@ -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);
}