Fixed debug statement

This commit is contained in:
Zero-One101 2015-12-18 05:39:00 +00:00
parent 7153168a2c
commit 68a1e9150e
1 changed files with 2 additions and 0 deletions

View File

@ -879,7 +879,9 @@ struct D3D12ShaderDataBinding : IShaderDataBinding
}
}
#ifndef NDEBUG
m_committed = true;
#endif
}
void bind(ID3D12GraphicsCommandList* list, int b)