Преглед на файлове

Update gfxGLDevice.win.cpp

Anis преди 11 години
родител
ревизия
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()