buildingmaker block marking

This commit is contained in:
minjaesong
2019-02-18 16:36:21 +09:00
parent ce010c1aa5
commit 7f1e48304b
6 changed files with 87 additions and 16 deletions

View File

@@ -350,7 +350,7 @@ object LightmapRenderer {
for (x in lightBoxX.div(TILE_SIZE).floorInt()
..lightBoxX.plus(lightBoxW).div(TILE_SIZE).floorInt()) {
val normalisedColor = it.color.cpy().mul(DIV_FLOAT)
val normalisedColor = it.color//.cpy().mul(DIV_FLOAT)
lanternMap[LandUtil.getBlockAddr(world, x, y)] = normalisedColor
//lanternMap[Point2i(x, y)] = normalisedColor