Skip to content

Commit

Permalink
Revert "To revert: Make music start earlier"
Browse files Browse the repository at this point in the history
This reverts commit 8fc10b6.
  • Loading branch information
TheodoreEhrenborg committed Jun 15, 2024
1 parent 8fc10b6 commit 86e0af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ update _ msg model =
generateLeaf

else
if nextScore == 2 && act_model.score /= 2 then playFromElm "assets/happy_birthday.m4a" else Cmd.none
if nextScore == year && act_model.score /= year then playFromElm "assets/happy_birthday.m4a" else Cmd.none
, Audio.cmdNone
)

Expand Down

0 comments on commit 86e0af6

Please sign in to comment.