mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 17:05:37 +00:00
CStringTable: Make unrecognized image type a warning
This can be hit while creating a project. However this would be hit in release mode too, but wouldn't crash the application, because the trap signal is ifdef'd out.
This commit is contained in:
@@ -327,7 +327,7 @@ std::unique_ptr<CDependencyTree> CStringTable::BuildDependencyTree() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
errorf("Unrecognized image type: %s", *ImageType);
|
warnf("Unrecognized image type: %s", *ImageType);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user