mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[host] removed left behind change from debugging
This commit is contained in:
@@ -118,7 +118,7 @@ bool DXGI::Initialize()
|
||||
);
|
||||
adapter.Release();
|
||||
|
||||
if (FAILED(status) || !m_device)
|
||||
if (FAILED(status))
|
||||
{
|
||||
DEBUG_ERROR("Failed to create D3D11 device");
|
||||
DeInitialize();
|
||||
|
Reference in New Issue
Block a user