Skip to content

Commit 5e1ddb5

Browse files
committed
actually fix tooltip
1 parent d619740 commit 5e1ddb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/mixins/mui2/TooltipMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public abstract class TooltipMixin {
3939
@Overwrite
4040
public void buildTooltip() {
4141
this.dirty = false;
42-
this.text.clearText();
4342
if (this.tooltipBuilder != null) {
43+
this.text.clearText();
4444
this.tooltipBuilder.accept(getThis());
4545
}
4646
}

0 commit comments

Comments
 (0)