Skip to content

Commit 8b2e00c

Browse files
committed
oops
1 parent 654251e commit 8b2e00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/kotlin/gay/object/hexdebug/gui/splicing/widgets/BaseIotaButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ abstract class BaseIotaButton(x: Int, y: Int) : HexagonButton(
6262

6363
renderer = provider.createRenderer(iotaType, iotaView, x, y)
6464
backgroundType = provider.getBackgroundType(iotaType, iotaView)
65-
tooltip = provider.createTooltip(iotaType, iotaView).build()
65+
tooltip = provider.createTooltip(iotaType, iotaView)
6666
}
6767
}

0 commit comments

Comments
 (0)