mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -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();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif // !defined(__MINGW32__)
|
||||
|
||||
if (NULL != code)
|
||||
{
|
||||
code->Release();
|
||||
|
|
Loading…
Reference in a new issue