mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
reordered by request
This commit is contained in:
parent
02de4658e5
commit
43e0826308
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue