Remove a debug assert

This commit is contained in:
kaetemi 2014-07-29 14:39:07 +02:00
parent 56c6bf21fd
commit b74a24a312

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;