mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-23 11:51:22 +00:00
[host] removed left behind change from debugging
This commit is contained in:
parent
9287ec97eb
commit
00c96a7dec
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue