This commit is contained in:
mcrcortex
2025-12-29 23:19:25 +10:00
parent 848efe60a8
commit 935685ad08

View File

@@ -489,7 +489,7 @@ public class IrisVoxyRenderPipelineData {
//samplerSet contains our samplers
if (samplerSet.size() != samplerNameSet.size()) {
Logger.error("Did not find all requested samplers. Found [" + samplerSet.stream().map(a->a.name).collect(Collectors.joining()) + "] expected " + samplerNameSet);
Logger.error("Did not find all requested samplers. Found [" + samplerSet.stream().map(a->a.name).collect(Collectors.joining(", ")) + "] expected " + samplerNameSet);
}
//TODO: generate a layout (defines) for all the samplers with the correct types