Skip to content

Commit

Permalink
Replace dispose print for quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Sep 26, 2020
1 parent 8d60903 commit f68926c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import io.github.chrislo27.rhre3.RHRE3Application
import io.github.chrislo27.rhre3.track.PlayState
import io.github.chrislo27.rhre3.track.tracker.tempo.TempoChange
import io.github.chrislo27.rhre3.util.*
import io.github.chrislo27.toolboks.Toolboks
import io.github.chrislo27.toolboks.i18n.Localization
import io.github.chrislo27.toolboks.registry.AssetRegistry
import io.github.chrislo27.toolboks.registry.ScreenRegistry
Expand Down Expand Up @@ -350,7 +351,7 @@ class QuizGame(main: RHRE3Application) : RhythmGame(main) {
if (!exploded && score > highScore) {
main.preferences.putInteger(PreferenceKeys.EXTRAS_QUIZ_HIGH_SCORE, score).flush()
}
println("Disposed quiz game")
Toolboks.LOGGER.debug("Disposed quiz game")
}

/**
Expand Down

0 comments on commit f68926c

Please sign in to comment.