haha color go workie pt 2 cause I was dumb and left in a test check

This commit is contained in:
woahscam 2021-11-01 13:02:43 -04:00
parent 37827a1263
commit 4ee0c46c41

View file

@ -154,9 +154,7 @@ object Rs2MapEditor {
val fluDef = underlayMap[underlayID]
val floDef = overlayMap[overlayID]
if (underlayID == 0) {
mapCell.background = Color(overlayMap[overlayID + 1]!!.color)
} else if (overlayID == 0) {
if (overlayID == 0) {
mapCell.background = fluDef!!.getRGB()
} else if (floDef!!.blendColor != -1) {
mapCell.background = Color(floDef.blendColor)