Compositor: Fix log message about shadow pass

Fix a slightly messy log message about a pass not being a shadow pass,
where there was no end quote or space after the pass name.
This commit is contained in:
James Hogan
2022-07-30 23:53:56 +01:00
parent aead0a305f
commit 8e43ccc87b

View File

@@ -226,7 +226,7 @@ PassBuilder::build(Compositor *compositor, const SGPropertyNode *root,
cullcb->getLightMatrixUniform());
} else {
SG_LOG(SG_INPUT, SG_WARN, "ScenePassBuilder::build: Pass '"
<< shadow_pass_name << "is not a shadow pass");
<< shadow_pass_name << "' is not a shadow pass");
}
}
}