mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 20:26:24 +02:00
fix invalid ShapeKey ref
This commit is contained in:
parent
6ae6fc4057
commit
cf82cc3f50
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void render::renderStateSortShapes(const SceneContextPointer& sceneContext, cons
|
|||
|
||||
{
|
||||
assert(item.getKey().isShape());
|
||||
const auto& key = item.getShapeKey();
|
||||
const auto key = item.getShapeKey();
|
||||
if (key.isValid() && !key.hasOwnPipeline()) {
|
||||
auto& bucket = sortedShapes[key];
|
||||
if (bucket.empty()) {
|
||||
|
|
Loading…
Reference in a new issue