Fixed static WGL extensions

This commit is contained in:
Elias Naur 2003-07-26 08:32:23 +00:00
parent 0246a05a16
commit 65c2910e77
4 changed files with 13 additions and 15 deletions

View file

@ -321,7 +321,7 @@ public class FullScreenWindowedTest {
GL.glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
//sync frame (only works on windows)
if (GLWindow.WGL_EXT_swap_control) {
if (gl.WGL_EXT_swap_control) {
GL.wglSwapIntervalEXT(1);
}
}