There was an error while loading. Please reload this page.
1 parent 46f4694 commit 3b7bcc9Copy full SHA for 3b7bcc9
1 file changed
src/commonMain/kotlin/com/github/quillraven/fleks/system.kt
@@ -231,7 +231,7 @@ abstract class IteratingSystem(
231
open fun onAlphaEntity(entity: Entity, alpha: Float) = Unit
232
233
companion object {
234
- private val EMPTY_COMPARATOR = EntityComparator { _, _ -> 0 }
+ val EMPTY_COMPARATOR = EntityComparator { _, _ -> 0 }
235
}
236
237
0 commit comments