Remove layer reverse in Compositor
This commit is contained in:
@@ -25,7 +25,7 @@ class Layer internal constructor() {
|
|||||||
|
|
||||||
drawer.isolatedWithTarget(layerTarget) {
|
drawer.isolatedWithTarget(layerTarget) {
|
||||||
drawer.background(ColorRGBa.TRANSPARENT)
|
drawer.background(ColorRGBa.TRANSPARENT)
|
||||||
children.reversed().forEach {
|
children.forEach {
|
||||||
it.draw(drawer)
|
it.draw(drawer)
|
||||||
}
|
}
|
||||||
drawFunc()
|
drawFunc()
|
||||||
|
|||||||
Reference in New Issue
Block a user