Skip to content

Commit 88ae2d4

Browse files
committed
fix ninepatch theme
1 parent b40f433 commit 88ae2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pluginCore/java/mcp/mobius/waila/plugin/core/theme/NinePatchTheme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private void patch(VertexConsumer buf, Matrix3x2f matrix, int x0, int y0, float
219219

220220
@Override
221221
public RenderPipeline pipeline() {
222-
return RenderPipelines.GUI;
222+
return RenderPipelines.GUI_TEXTURED;
223223
}
224224

225225
@Override

0 commit comments

Comments
 (0)