OK, OK, I'll stop being lazy already.

This commit is contained in:
Florian Nücke 2016-03-09 21:08:45 +01:00
parent 0bdf3afc94
commit 166df967ac
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class FontParserUnifont implements IGlyphProvider {
glyphs[i] = null; glyphs[i] = null;
} }
try { try {
final InputStream font = Minecraft.getMinecraft().getResourceManager().getResource(new ResourceLocation(Settings.resourceDomain(), "unifont.hex")).getInputStream(); final InputStream font = Minecraft.getMinecraft().getResourceManager().getResource(new ResourceLocation(Settings.resourceDomain(), "font.hex")).getInputStream();
OpenComputers.log().info("Initialized Unifont glyph provider."); OpenComputers.log().info("Initialized Unifont glyph provider.");
try { try {
OpenComputers.log().info("Initializing Unifont glyph provider."); OpenComputers.log().info("Initializing Unifont glyph provider.");