summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-06 20:31:46 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-06 20:31:46 +0300
commit6cd4c1a2b02726766ad0d5317013ba2e1314c127 (patch)
tree8d03d304c7c45fc3125c7715ff3b1b71f4335e87 /src/client.cpp
parent23d29ec55093cd95c9084965a179ef70da2af150 (diff)
downloadplus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.tar.gz
plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.tar.bz2
plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.tar.xz
plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.zip
Disable best video mode detection under Apple.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index c1fde21d2..1fd3793f1 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -535,7 +535,7 @@ void Client::gameInit()
}
#endif
-#if defined(USE_OPENGL) && !defined(ANDROID)
+#if defined(USE_OPENGL) && !defined(ANDROID) && !defined(__APPLE__)
if (!mOptions.safeMode && mOptions.test.empty()
&& !config.getBoolValue("videodetected"))
{