mirror of https://github.com/AxioDL/boo.git
Fixed debug statement
This commit is contained in:
parent
7153168a2c
commit
68a1e9150e
|
@ -879,7 +879,9 @@ struct D3D12ShaderDataBinding : IShaderDataBinding
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
m_committed = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
void bind(ID3D12GraphicsCommandList* list, int b)
|
||||
|
|
Loading…
Reference in New Issue