mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Uncomment RenderDoc dlclose. Fixed in RenderDoc nightly 9/26/14.
This commit is contained in:
parent
beb2e79ba1
commit
c659e70bdc
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ RENDERDOC_IMPORT
|
|||
{
|
||||
if (NULL != _renderdocdll)
|
||||
{
|
||||
// bx::dlclose(_renderdocdll);
|
||||
bx::dlclose(_renderdocdll);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue