From ee4f0df69a922bb4a98cf4cfe03c2b22345fc781 Mon Sep 17 00:00:00 2001 From: Anis Date: Mon, 19 Jan 2015 17:44:48 +0100 Subject: [PATCH] Update gfxGLDevice.win.cpp --- Engine/source/gfx/gl/win32/gfxGLDevice.win.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Engine/source/gfx/gl/win32/gfxGLDevice.win.cpp b/Engine/source/gfx/gl/win32/gfxGLDevice.win.cpp index f2f81b8fa..6d4d09d0b 100644 --- a/Engine/source/gfx/gl/win32/gfxGLDevice.win.cpp +++ b/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()