mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-25 05:58:14 +07:00
progress
This commit is contained in:
parent
58e9e0c0de
commit
da7c393096
@ -205,6 +205,15 @@ public class Renderer implements ApplicationListener{
|
||||
blocks.floor.drawLayer(CacheLayer.walls);
|
||||
blocks.floor.endDraw();
|
||||
|
||||
Draw.sort(true);
|
||||
|
||||
|
||||
|
||||
Draw.reset();
|
||||
Draw.flush();
|
||||
Draw.sort(false);
|
||||
/*
|
||||
|
||||
blocks.drawBlocks(Layer.block);
|
||||
if(state.rules.drawFog){
|
||||
blocks.drawFog();
|
||||
@ -265,7 +274,8 @@ public class Renderer implements ApplicationListener{
|
||||
drawLanding();
|
||||
|
||||
Draw.color();
|
||||
Draw.flush();
|
||||
Draw.flush();*/
|
||||
|
||||
}
|
||||
|
||||
private void drawBackground(){
|
||||
|
@ -26,6 +26,7 @@ public class BlockRenderer implements Disposable{
|
||||
public final FloorRenderer floor = new FloorRenderer();
|
||||
|
||||
private Array<BlockRequest> requests = new Array<>(true, initialRequests, BlockRequest.class);
|
||||
|
||||
private int lastCamX, lastCamY, lastRangeX, lastRangeY;
|
||||
private int requestidx = 0;
|
||||
private int iterateidx = 0;
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=5d18d56ba056bbbdf51025c22a651fbc2f7cd45f
|
||||
archash=5796def2ff3d03c280655ebf60b98aaf66de5422
|
||||
|
Loading…
Reference in New Issue
Block a user