瀏覽代碼

Update gfxGLDevice.win.cpp

Anis 10 年之前
父節點
當前提交
ee4f0df69a
共有 1 個文件被更改,包括 0 次插入2 次删除
  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()