mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Cleanup
This commit is contained in:
parent
a5fbc07561
commit
e6753ace87
@ -10,10 +10,8 @@ public class MultiPacker implements Disposable{
|
||||
private PixmapPacker[] packers = new PixmapPacker[PageType.all.length];
|
||||
|
||||
public MultiPacker(){
|
||||
//TODO 4096 may be a better choice
|
||||
int pageSize = 2048;
|
||||
|
||||
for(int i = 0; i < packers.length; i++){
|
||||
int pageSize = 2048;
|
||||
packers[i] = new PixmapPacker(pageSize, pageSize, Format.RGBA8888, 2, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user