Remove a debug assert

This commit is contained in:
kaetemi 2014-07-29 14:39:07 +02:00
parent 5390f976cf
commit a3b0f16823

View file

@ -94,7 +94,7 @@ const char *CProgramIndex::Names[NUM_UNIFORMS] =
void IProgram::buildInfo(CSource *source)
{
nlassert(!m_Source);
// nlassert(!m_Source); // VALID: When deleting driver and creating new one.
m_Source = source;