Skip to content

Commit

Permalink
Update DialogueMinigame.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickquach02 authored Jan 9, 2020
1 parent 4adbeaa commit 2e963f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ class DialogueMinigame : Minigame() {
}

override fun shouldRenderBackground(): Boolean {
return false
return true
}

override fun process(delta: Float) {

}

}
}

0 comments on commit 2e963f4

Please sign in to comment.