mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 18:27:36 +07:00
Added support for animations w/ pixelation + map screenshots
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user