mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
Kotlin 2.0 migration
This commit is contained in:
@@ -240,8 +240,8 @@ class Application(val WIDTH: Int, val HEIGHT: Int) : Game() {
|
||||
|
||||
}
|
||||
|
||||
ymaxDisp.text = "${ys.max()}"
|
||||
ymaxDisp2.text = "${ys2.max()}"
|
||||
ymaxDisp.text = "${ys.maxOrNull()}"
|
||||
ymaxDisp2.text = "${ys2.maxOrNull()}"
|
||||
|
||||
//System.exit(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user