detekt lint fix

This commit is contained in:
yairm210 2024-12-01 19:28:55 +02:00
parent 4edf8a7c9e
commit 935d0ff1e2

View File

@ -10,4 +10,4 @@ open class NonTransformGroup: Group(){
}
// Reduces need to check isTransform twice in every draw call
override fun draw(batch: Batch?, parentAlpha: Float) = this.drawChildren(batch, parentAlpha)
}
}