Added support for animations w/ pixelation + map screenshots

This commit is contained in:
Anuken
2020-02-13 10:04:45 -05:00
parent c067be2add
commit 58b31bd799
8 changed files with 27 additions and 24 deletions

View File

@ -168,7 +168,6 @@ public class BlockRenderer implements Disposable{
shadowEvents.clear();
Draw.proj(camera.projection());
renderer.pixelator.rebind();
}
float ww = world.width() * tilesize, wh = world.height() * tilesize;