Bools are hard...

This commit is contained in:
Ethan Lee
2020-04-18 11:38:27 -04:00
parent 6f26443783
commit 68bb84f90b

View File

@@ -476,7 +476,7 @@ bool FILESYSTEM_openDirectoryEnabled()
* If you're working on a tenfoot-only build, add a def that always
* returns false!
*/
return !SDL_GetHintBoolean("SteamTenfoot", SDL_TRUE);
return !SDL_GetHintBoolean("SteamTenfoot", SDL_FALSE);
}
#ifdef _WIN32