Pathfinder cleanup

This commit is contained in:
Anuken
2022-04-08 22:31:02 -04:00
parent cf45998c3b
commit 21066acc6e
5 changed files with 8 additions and 13 deletions

View File

@@ -116,7 +116,10 @@ public class Fonts{
TextureRegion region = Core.atlas.find(texture);
if(region.texture != uitex){
Log.info("not found: " + nametex[0]);
continue;
}else{
Log.info("found: " + nametex[0]);
}
unicodeIcons.put(nametex[0], ch);