tov / ge211

A relatively simple C++ student game engine
https://tov.github.io/ge211/
6 stars 3 forks source link

Allow music to loop forever #4

Closed brghena closed 3 years ago

brghena commented 3 years ago

This PR adds an option for music played by the mixer to loop indefinitely. (SDL docs)

It also enables that option by default, because I think it is the default people usually want, but I don't feel too strongly about that.

I think I got all the documentation in the right places and think this will work, but haven't tested or even compiled it.

tov commented 3 years ago

Thanks!