Skip to content

Commit cc9e86c

Browse files
committed
Merge branch 'no-texture'
2 parents ae38897 + cf43e52 commit cc9e86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/falsepattern/lib/util/RenderUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
@StableAPI(since = "0.8.0")
4848
public final class RenderUtil {
4949
private static final Timer MINECRAFT_TIMER = getMinecraftTimer();
50-
private static final ResourceLocation EMPTY_TEXTURE = new ResourceLocation(Tags.MODID, "textures/gui/empty_texture.png");
50+
private static final ResourceLocation EMPTY_TEXTURE = new ResourceLocation(Tags.MODID, "textures/empty_texture.png");
5151

5252
/**
5353
* Sets the OpenGL translation, relative to the player's position.

0 commit comments

Comments
 (0)