Log atlas utilization

This commit is contained in:
Anuken
2022-04-20 10:38:57 -04:00
parent c883fbdb81
commit 6441d0b2d5
2 changed files with 10 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ public class Mods implements Loadable{
if(!mods.contains(LoadedMod::enabled)) return;
Time.mark();
//TODO this should estimate sprite sizes per page
packer = new MultiPacker();
//all packing tasks to await
var tasks = new Seq<Future<Runnable>>();