revised torque_nsight_workaround

This commit is contained in:
Azaezel 2016-06-27 19:35:40 -05:00
parent 963ef1ecdb
commit 47366068c1
2 changed files with 4 additions and 3 deletions

View file

@ -165,9 +165,6 @@ void GFXGLDevice::initGLState()
glBindFramebuffer = &_t3d_glBindFramebuffer;
}
#ifdef TORQUE_NSIGHT_WORKAROUND
__GLEW_ARB_buffer_storage = false;
#endif
#if TORQUE_DEBUG
if( gglHasExtension(ARB_debug_output) )
{