Commit 3fe72f0e authored by Sam Lantinga's avatar Sam Lantinga

Oops, reversed the logic of the variable

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4081
parent b84fc3f7
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment