Browse Source

Update gfxGLDevice.win.cpp

Anis 10 years ago
parent
commit
ee4f0df69a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Engine/source/gfx/gl/win32/gfxGLDevice.win.cpp

+ 0 - 2
Engine/source/gfx/gl/win32/gfxGLDevice.win.cpp

@@ -297,8 +297,6 @@ void GFXGLDevice::init( const GFXVideoMode &mode, PlatformWindow *window )
 
    loadGLCore();
    loadGLExtensions(hdcGL);
-
-   wglSwapIntervalEXT(0);
    
    // It is very important that extensions be loaded
    // before we call initGLState()