Pathfinder cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user