diff --git a/orx-compositor/src/main/kotlin/Compositor.kt b/orx-compositor/src/main/kotlin/Compositor.kt index 95067e16..8c25e6c6 100644 --- a/orx-compositor/src/main/kotlin/Compositor.kt +++ b/orx-compositor/src/main/kotlin/Compositor.kt @@ -172,7 +172,7 @@ open class Layer internal constructor() { localBlendFilter.first.apply(arrayOf(activeRenderTarget.colorBuffer(0), layerPost), activeRenderTarget.colorBuffer(0)) } - accumulation?.copyTo(target.colorBuffer(0)) + accumulation?.resolveTo(target.colorBuffer(0)) } }