gradle migration 1

This commit is contained in:
minjaesong
2018-12-02 19:31:38 +09:00
parent 26f7eba339
commit 158df1cac0
21 changed files with 822 additions and 8 deletions

View File

@@ -37,6 +37,9 @@ import kotlin.system.measureNanoTime
* own ingame renderer
*/
object LightmapRenderer {
// FIXME lightmap shifts to left, ONLY AT x=33.5-34.5
private lateinit var world: GameWorld
/** do not call this yourself! Let your game renderer handle this! */