diff options
author | Gerard Ziemski <[email protected]> | 2003-10-12 07:00:38 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2003-10-12 07:00:38 +0000 |
commit | b76c821858e7ee132aa08cc8d9d61e82eb9aa53f (patch) | |
tree | e00235e882fa92d176a033eda406f3221deb7451 /src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java | |
parent | fbdf8c337805b02385bf43b65aad93c20a2e3ad2 (diff) |
Disabling the context updater for now - not thread safe yet.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@68 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java')
-rw-r--r-- | src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java b/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java index e6169a4b9..e1618a15a 100644 --- a/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java +++ b/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java @@ -108,7 +108,7 @@ public abstract class MacOSXGLContext extends GLContext if (nsContext == 0) { throw new GLException("Error creating nsContext"); } - updater = CGL.updateContextRegister(nsContext, nsView); + //updater = CGL.updateContextRegister(nsContext, nsView); // gznote: not thread safe yet! GLContextShareSet.contextCreated(this); } |