Upgrade to Kotlin 1.4, Gradle 6.6
This commit is contained in:
@@ -172,7 +172,7 @@ open class Layer internal constructor() {
|
||||
localBlendFilter.first.apply(arrayOf(activeRenderTarget.colorBuffer(0), layerPost), activeRenderTarget.colorBuffer(0))
|
||||
}
|
||||
|
||||
accumulation?.resolveTo(target.colorBuffer(0))
|
||||
accumulation?.copyTo(target.colorBuffer(0))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user