SpringCabal / SkeletonGame

Skeleton game project used for Ludum Dare competitions
0 stars 3 forks source link

Fix music not repeating #12

Closed LebDooder closed 8 years ago

LebDooder commented 8 years ago

Didn't test but from looking at it the if statement on #25 wasn't firing because the song has already been started once. Also playingTime = 0 is redundant since it's set in StartPlaying()

gajop commented 8 years ago

Looks good, thanks.