mirror of https://github.com/AxioDL/metaforce.git
Shader hash fix
This commit is contained in:
parent
6638463198
commit
af47ed657f
|
@ -379,7 +379,7 @@ public:
|
|||
m_diag.reset(diagName, source);
|
||||
m_parser.reset(source);
|
||||
m_lexer.consumeAllTokens(m_parser);
|
||||
return m_lexer.compileIR(hash);
|
||||
return m_lexer.compileIR(hash.val64());
|
||||
}
|
||||
|
||||
Diagnostics& getDiagnostics() {return m_diag;}
|
||||
|
|
Loading…
Reference in New Issue