mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
80 fps with unsafe access
This commit is contained in:
@@ -3,7 +3,7 @@ package net.torvald.terrarum.gameworld
|
||||
/**
|
||||
* Created by minjaesong on 2016-02-15.
|
||||
*/
|
||||
open class PairedMapLayer : Iterable<Byte> {
|
||||
/*open class PairedMapLayer : Iterable<Byte> {
|
||||
|
||||
val width: Int; val height: Int
|
||||
|
||||
@@ -87,4 +87,4 @@ open class PairedMapLayer : Iterable<Byte> {
|
||||
@Transient const val RANGE = 16
|
||||
@Transient const val SIZEOF: Byte = 1 // 1 for 8-bit, 2 for 16-bit, ...
|
||||
}
|
||||
}
|
||||
}*/
|
||||
Reference in New Issue
Block a user