fix: stop whining 'bout imports

This commit is contained in:
Brian Matzon 2003-07-26 02:01:54 +00:00
parent 39ddf26f0b
commit 0246a05a16
8 changed files with 3 additions and 14 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 (gl.WGL_EXT_swap_control) {
if (GLWindow.WGL_EXT_swap_control) {
GL.wglSwapIntervalEXT(1);
}
}