mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Fixed debug statement
This commit is contained in:
@@ -879,7 +879,9 @@ struct D3D12ShaderDataBinding : IShaderDataBinding
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
m_committed = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
void bind(ID3D12GraphicsCommandList* list, int b)
|
||||
|
||||
Reference in New Issue
Block a user