Skip to content

Commit 3b7bcc9

Browse files
change EMPTY_COMPARATOR visibility (#176)
1 parent 46f4694 commit 3b7bcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/commonMain/kotlin/com/github/quillraven/fleks

src/commonMain/kotlin/com/github/quillraven/fleks/system.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ abstract class IteratingSystem(
231231
open fun onAlphaEntity(entity: Entity, alpha: Float) = Unit
232232

233233
companion object {
234-
private val EMPTY_COMPARATOR = EntityComparator { _, _ -> 0 }
234+
val EMPTY_COMPARATOR = EntityComparator { _, _ -> 0 }
235235
}
236236
}
237237

0 commit comments

Comments
 (0)