mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +00:00
Rez: fix error reporting bug - report in phase two instead of phase 1
This commit is contained in:
parent
e40a4c76a1
commit
b585d65962
@ -147,7 +147,7 @@ int ResourceCompiler::getArrayIndex(const std::string &arrayName)
|
||||
|
||||
void ResourceCompiler::problem(Diagnostic d)
|
||||
{
|
||||
if(prePass)
|
||||
if(!prePass)
|
||||
world.problem(d);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user