changed draw / layer order
This commit is contained in:
@@ -25,10 +25,11 @@ class Layer internal constructor() {
|
||||
|
||||
drawer.isolatedWithTarget(layerTarget) {
|
||||
drawer.background(ColorRGBa.TRANSPARENT)
|
||||
drawFunc()
|
||||
children.forEach {
|
||||
it.draw(drawer)
|
||||
}
|
||||
drawFunc()
|
||||
|
||||
}
|
||||
|
||||
val (tmpTargets, layerPost) = postFilters.let { filters ->
|
||||
|
||||
Reference in New Issue
Block a user