mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:06:02 +02:00
Typo
This commit is contained in:
parent
d746fba142
commit
0ae54b9abc
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void render::renderStateSortShapes(const SceneContextPointer& sceneContext, cons
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// THen render
|
// Then render
|
||||||
for (auto& pipelineKey : sortedPipelines) {
|
for (auto& pipelineKey : sortedPipelines) {
|
||||||
auto& bucket = sortedShapes[pipelineKey];
|
auto& bucket = sortedShapes[pipelineKey];
|
||||||
args->_pipeline = shapeContext->pickPipeline(args, pipelineKey);
|
args->_pipeline = shapeContext->pickPipeline(args, pipelineKey);
|
||||||
|
|
Loading…
Reference in a new issue