Differentiate slab types when option --use-element-types is used.

This commit is contained in:
Tristan Zimpfer
2017-04-26 10:28:38 +02:00
parent 1d8f6addf8
commit 78b904dfeb
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ int main(int argc, char** argv)
if (serializer->settings().get(SerializerSettings::USE_ELEMENT_HIERARCHY) && output_extension != ".dae")
{
Logger::Error("--user-element-hierarchy can be used only with .dae output.");
Logger::Error("--use-element-hierarchy can be used only with .dae output.");
write_log();
print_usage();
return EXIT_FAILURE;