mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
6394277397
commit
dbca022e31
1 changed files with 3 additions and 2 deletions
|
@ -269,7 +269,8 @@ bool compileHLSLShaderDx9(bx::CommandLine& _cmdLine, const std::string& _code, b
|
||||||
disasm->Release();
|
disasm->Release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif // !defined(__MINGW32__)
|
||||||
|
|
||||||
if (NULL != code)
|
if (NULL != code)
|
||||||
{
|
{
|
||||||
code->Release();
|
code->Release();
|
||||||
|
|
Loading…
Reference in a new issue