This commit is contained in:
samcake 2016-04-18 11:45:48 -07:00
parent d746fba142
commit 0ae54b9abc

View file

@ -102,7 +102,7 @@ void render::renderStateSortShapes(const SceneContextPointer& sceneContext, cons
}
}
// THen render
// Then render
for (auto& pipelineKey : sortedPipelines) {
auto& bucket = sortedShapes[pipelineKey];
args->_pipeline = shapeContext->pickPipeline(args, pipelineKey);