mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-07 21:25:38 +00:00
Rez: fix error reporting bug - report in phase two instead of phase 1
This commit is contained in:
@@ -147,7 +147,7 @@ int ResourceCompiler::getArrayIndex(const std::string &arrayName)
|
|||||||
|
|
||||||
void ResourceCompiler::problem(Diagnostic d)
|
void ResourceCompiler::problem(Diagnostic d)
|
||||||
{
|
{
|
||||||
if(prePass)
|
if(!prePass)
|
||||||
world.problem(d);
|
world.problem(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user