Explorar o código

reordered by request

Azaezel %!s(int64=10) %!d(string=hai) anos
pai
achega
43e0826308
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/gfx/gl/gfxGLDevice.cpp

+ 1 - 1
Engine/source/gfx/gl/gfxGLDevice.cpp

@@ -152,10 +152,10 @@ void GFXGLDevice::initGLState()
       glBindFramebuffer = &_t3d_glBindFramebuffer;
    }
 
-#if TORQUE_DEBUG
 #ifdef TORQUE_NSIGHT_WORKAROUND
    __GLEW_ARB_buffer_storage = false;
 #endif
+#if TORQUE_DEBUG
    if( gglHasExtension(ARB_debug_output) )
    {
       glEnable(GL_DEBUG_OUTPUT);