Fixed debug statement

This commit is contained in:
Zero-One101 2015-12-18 05:39:00 +00:00
parent 7153168a2c
commit 68a1e9150e

View File

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