summaryrefslogtreecommitdiff
path: root/src/openglgraphics.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-18 20:39:29 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-18 20:39:29 +0000
commit1f08333d22512ea6a1e769475c873fa50415f404 (patch)
tree8870ce4cfa69603e130e9a5268588c43577829f1 /src/openglgraphics.cpp
parent5744876f2f8da0ae48d90a746508a8ff96c91510 (diff)
downloadmana-client-1f08333d22512ea6a1e769475c873fa50415f404.tar.gz
mana-client-1f08333d22512ea6a1e769475c873fa50415f404.tar.bz2
mana-client-1f08333d22512ea6a1e769475c873fa50415f404.tar.xz
mana-client-1f08333d22512ea6a1e769475c873fa50415f404.zip
Mac now uses Apple key for
emoticons, so alt can be used for alternate characters. Disable vsync on mac.
Diffstat (limited to 'src/openglgraphics.cpp')
-rw-r--r--src/openglgraphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp
index 76eff9f5..5b34de18 100644
--- a/src/openglgraphics.cpp
+++ b/src/openglgraphics.cpp
@@ -76,8 +76,8 @@ bool OpenGLGraphics::setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel)
}
#ifdef __APPLE__
- long VBL = 1;
- CGLSetParameter(CGLGetCurrentContext(), kCGLCPSwapInterval, &VBL);
+// long VBL = 1;
+// CGLSetParameter(CGLGetCurrentContext(), kCGLCPSwapInterval, &VBL);
#endif
// Setup OpenGL