mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
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)
|
void IProgram::buildInfo(CSource *source)
|
||||||
{
|
{
|
||||||
nlassert(!m_Source);
|
// nlassert(!m_Source); // VALID: When deleting driver and creating new one.
|
||||||
|
|
||||||
m_Source = source;
|
m_Source = source;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue