mirror of
https://gitlab.com/2009scape/tools/2009scape-map-viewer.git
synced 2026-08-01 14:39:25 -06:00
haha color go workie pt 2 cause I was dumb and left in a test check
This commit is contained in:
parent
37827a1263
commit
4ee0c46c41
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue