diff --git a/core/src/com/unciv/ui/worldscreen/status/NextTurnButton.kt b/core/src/com/unciv/ui/worldscreen/status/NextTurnButton.kt index 8b15433dc5..c9b6e6fb44 100644 --- a/core/src/com/unciv/ui/worldscreen/status/NextTurnButton.kt +++ b/core/src/com/unciv/ui/worldscreen/status/NextTurnButton.kt @@ -9,7 +9,8 @@ import com.unciv.ui.utils.* class NextTurnButton( keyPressDispatcher: KeyPressDispatcher ) : TextButton("", BaseScreen.skin) { - private lateinit var nextTurnAction: NextTurnAction + private var nextTurnAction = NextTurnAction("", Color.BLACK) {} + init { label.setFontSize(30) labelCell.pad(10f)