Add missing error for mapinfo tonemap

This commit is contained in:
Ricardo Luís Vaz Silva 2023-01-14 10:58:55 -03:00 committed by Rachael Alexanderson
parent 1ebd4f0d41
commit 9468ff85a2

View file

@ -1536,6 +1536,10 @@ DEFINE_MAP_OPTION(lightblendmode, false)
{
info->tonemap = ETonemapMode::Reinhard;
}
else
{
parse.sc.ScriptMessage("Invalid tonemap %s", parse.sc.String);
}
}
}
else