This commit is contained in:
Branimir Karadžić
2017-04-08 10:46:27 -07:00
parent dc69484d06
commit 91f7782223
4 changed files with 64 additions and 28 deletions

View File

@@ -2333,7 +2333,7 @@ BX_PRAGMA_DIAGNOSTIC_POP();
}
}
m_lost = d3d11::isLost(hr);
m_lost = isLost(hr);
BGFX_FATAL(!m_lost
, bgfx::Fatal::DeviceLost
, "Device is lost. FAILED 0x%08x %s (%s)"