Fixed web version bugs

This commit is contained in:
Anuken
2018-07-12 14:06:50 -04:00
parent 1f18e7beed
commit 8e9adeb4b4
5 changed files with 14 additions and 5 deletions

View File

@@ -121,7 +121,6 @@ public class MinimapRenderer implements Disposable{
int color = colorFor(world.tile(tile.x, tile.y));
pixmap.drawPixel(tile.x, pixmap.getHeight() - 1 - tile.y, color);
texture.bind();
Pixmaps.drawPixel(texture, tile.x, pixmap.getHeight() - 1 - tile.y, color);
}