Cleanup: add newline in Collada error message

This commit is contained in:
Philipp Oeser 2023-01-24 10:52:37 +01:00
parent 1c90f8209d
commit 74aa960398
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ void MaterialNode::set_ior(COLLADAFW::FloatOrParam &val)
if (ior < 0) {
fprintf(stderr,
"IOR of negative value is not allowed for materials (using Blender default value "
"instead)");
"instead)\n");
return;
}