Skip to content

Commit

Permalink
Update GlHelper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveNotSet authored Mar 27, 2024
1 parent 90f2a69 commit 0bcb06b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static void resetGlStates() {
}

public static final ResourceLocation PRELOAD_FONT_TEXTURE =
new ResourceLocation(ResourcePackUpdater.MOD_ID, "textures/font/roboto.png");
new ResourceLocation(ResourcePackUpdater.MOD_ID, "textures/font/harmony.png");
public static final SimpleFont preloadFont = new SimpleFont(PRELOAD_FONT_TEXTURE);

private static BufferBuilder bufferBuilder;
Expand Down

0 comments on commit 0bcb06b

Please sign in to comment.