working quickbar and piemenu

This commit is contained in:
Song Minjae
2017-04-27 14:45:55 +09:00
parent f4db93ca9e
commit 56b77d1838
6 changed files with 27 additions and 3093 deletions

View File

@@ -15,7 +15,7 @@ internal object TestGetLight : ConsoleCommand {
override fun execute(args: Array<String>) {
val x = args[1].toInt()
val y = args[2].toInt()
val l = LightmapRenderer.getLightRawPos(16, 16)
val l = LightmapRenderer.getLightRawPos(x, y)
EchoConsole.execute(l.toString())
}