Remove a debug assert
This commit is contained in:
parent
56c6bf21fd
commit
b74a24a312
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue