mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-22 02:07:20 +07:00
Dispose item pixmaps
This commit is contained in:
parent
8fe0826892
commit
138bbdb1c9
@ -146,6 +146,7 @@ public class Item extends UnlockableContent implements Senseable{
|
||||
|
||||
Pixmap res = Pixmaps.blend(pixmaps[i], pixmaps[(i + 1) % frames], f);
|
||||
packer.add(PageType.main, name + "-t" + index, res);
|
||||
res.dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user