mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00

Apparently Float.min doesn't work on older versions of Java. Appears here: https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html but not here: https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html Hate you, Java. Why do you insist on not being Kotlin.