mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
Rectified heretic YY-MM-DD to standard YYYY-MM-DD
This commit is contained in:
@@ -46,7 +46,7 @@ import java.util.zip.GZIPInputStream
|
||||
BlocksDrawer.renderFront(batch, false) // JOB #2
|
||||
```
|
||||
*
|
||||
* Created by minjaesong on 16-01-19.
|
||||
* Created by minjaesong on 2016-01-19.
|
||||
*/
|
||||
object BlocksDrawer {
|
||||
lateinit var world: GameWorld
|
||||
|
||||
@@ -20,7 +20,7 @@ import java.util.zip.GZIPInputStream
|
||||
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-01-19.
|
||||
* Created by minjaesong on 2016-01-19.
|
||||
*/
|
||||
object BlocksDrawerOLD {
|
||||
lateinit var world: GameWorld
|
||||
|
||||
@@ -11,7 +11,7 @@ import net.torvald.terrarum.fillRect
|
||||
import net.torvald.terrarum.gameworld.GameWorld
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 15-12-31.
|
||||
* Created by minjaesong on 2015-12-31.
|
||||
*/
|
||||
object FeaturesDrawer {
|
||||
lateinit var world: GameWorld
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.util.*
|
||||
/**
|
||||
* Warning: you are not going to store float value to the lightmap -- see RGB_HDR_LUT (beziér)
|
||||
*
|
||||
* Created by minjaesong on 16-01-25.
|
||||
* Created by minjaesong on 2016-01-25.
|
||||
*/
|
||||
|
||||
//typealias RGB10 = Int
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.util.*
|
||||
/**
|
||||
* Warning: you are not going to store float value to the lightmap -- see RGB_HDR_LUT (beziér)
|
||||
*
|
||||
* Created by minjaesong on 16-01-25.
|
||||
* Created by minjaesong on 2016-01-25.
|
||||
*/
|
||||
|
||||
//typealias RGB10 = Int
|
||||
|
||||
Reference in New Issue
Block a user