mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-02 23:21:19 +00:00
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…
x
Reference in New Issue
Block a user