diff --git a/Engine/source/gfx/gl/gfxGLDevice.cpp b/Engine/source/gfx/gl/gfxGLDevice.cpp index b3e3badbc..ef581ef73 100644 --- a/Engine/source/gfx/gl/gfxGLDevice.cpp +++ b/Engine/source/gfx/gl/gfxGLDevice.cpp @@ -152,6 +152,9 @@ void GFXGLDevice::initGLState() glBindFramebuffer = &_t3d_glBindFramebuffer; } +#ifdef TORQUE_NSIGHT_WORKAROUND + __GLEW_ARB_buffer_storage = false; +#endif #if TORQUE_DEBUG if( gglHasExtension(ARB_debug_output) ) {