mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fix BGFX compile
This commit is contained in:
parent
8f3708fe28
commit
f1ae3f2a5c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue