[host] removed left behind change from debugging

This commit is contained in:
Geoffrey McRae 2017-11-04 04:02:55 +11:00
parent 9287ec97eb
commit 00c96a7dec

View File

@ -118,7 +118,7 @@ bool DXGI::Initialize()
); );
adapter.Release(); adapter.Release();
if (FAILED(status) || !m_device) if (FAILED(status))
{ {
DEBUG_ERROR("Failed to create D3D11 device"); DEBUG_ERROR("Failed to create D3D11 device");
DeInitialize(); DeInitialize();