This commit is contained in:
Branimir Karadžić 2015-04-01 09:20:40 -07:00
parent 6394277397
commit dbca022e31

View file

@ -250,7 +250,7 @@ bool compileHLSLShaderDx9(bx::CommandLine& _cmdLine, const std::string& _code, b
uint8_t nul = 0; uint8_t nul = 0;
bx::write(_writer, nul); bx::write(_writer, nul);
#if !defined(__MINGW32__) #if !defined(__MINGW32__)
if (_cmdLine.hasArg('\0', "disasm") ) if (_cmdLine.hasArg('\0', "disasm") )
{ {
LPD3DXBUFFER disasm; LPD3DXBUFFER disasm;
@ -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();