Skip to content

Commit

Permalink
Fix issue with Drop Catch games not resetting time remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin committed Jan 20, 2020
1 parent c0bf520 commit 0e353b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DropcatchMinigame : Minigame() {
}

override fun resetMinigame(properties: MapProperties) {

timeLeftVal = 60f
}

override fun initializeMinigame(skin: Skin, stage: Stage) {
Expand Down

0 comments on commit 0e353b8

Please sign in to comment.