Fix BGFX compile

This commit is contained in:
Miodrag Milanovic 2015-04-01 13:02:48 +02:00
parent 8f3708fe28
commit f1ae3f2a5c

View file

@ -390,7 +390,7 @@ namespace bgfx { namespace d3d9
}
if (BX_ENABLED(BGFX_CONFIG_DEBUG_PERFHUD)
&& 0 != strstr(description, "PerfHUD"))
&& 0 != strstr(desc.Description, "PerfHUD"))
{
m_adapter = ii;
m_deviceType = D3DDEVTYPE_REF;