GL3: Disable an assert

--HG--
branch : opengl3
hg/feature/opengl3
kaetemi 11 years ago
parent f860d46543
commit 50dea16ee7

@ -409,7 +409,9 @@ void *CVertexBufferAMDPinned::lock()
}
m_Driver->_DriverGLStates.forceBindARBVertexBuffer(0);
nlassert(m_VertexPtr);
nlassert(m_VertexPtr == m_VertexPtrAligned);
// May actually return a different virtual address on some systems
// nlassert(m_VertexPtr == m_VertexPtrAligned);
// Profiling
if (m_Driver->_VBHardProfiling)

Loading…
Cancel
Save