mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 01:37:36 +07:00
Functional sorting
This commit is contained in:
@ -185,6 +185,8 @@ public class BlockRenderer implements Disposable{
|
||||
return;
|
||||
}
|
||||
|
||||
requests.clear();
|
||||
|
||||
int minx = Math.max(avgx - rangex - expandr, 0);
|
||||
int miny = Math.max(avgy - rangey - expandr, 0);
|
||||
int maxx = Math.min(world.width() - 1, avgx + rangex + expandr);
|
||||
|
Reference in New Issue
Block a user