Various bugfixes

This commit is contained in:
Anuken
2018-08-08 12:22:47 -04:00
parent 4e3204bc6d
commit 91552a3a2b
10 changed files with 16 additions and 10 deletions

View File

@@ -182,7 +182,7 @@ public class Sectors{
GenResult result = world.generator().generateTile(sector.x, sector.y, toX, toY, false);
int color = ColorMapper.colorFor(result.floor, result.wall, Team.none, result.elevation);
int color = ColorMapper.colorFor(result.floor, result.wall, Team.none, result.elevation, (byte)0);
pixmap.drawPixel(x, pixmap.getHeight() - 1 - y, color);
}
}