diff --git a/src/modules/graphics/graphics.c b/src/modules/graphics/graphics.c index 564c0b2a..02a68e1c 100644 --- a/src/modules/graphics/graphics.c +++ b/src/modules/graphics/graphics.c @@ -5293,6 +5293,7 @@ void lovrPassAppend(Pass* pass, Pass* other) { memcpy(dst->transform, src->transform, sizeof(src->transform)); memcpy(dst->color, src->color, sizeof(src->color)); + memcpy(dst->bounds, src->bounds, sizeof(src->bounds)); pass->lastDraw = dst; pass->drawCount++;