TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

Audio play and loop #26

Open Ilohama opened 9 years ago

Ilohama commented 9 years ago

There's another issue (not sure that's important, because this is for Game but....). Let's try to play a sound and try to loop the same sound (with play() function and loop() function on the same sound).... The loop() stop at the end of play().

Have a nice day~~

vmarkushin commented 9 years ago

Because loop() is like: play() sound every time it ends. And play() is like: play() once.

Ilohama commented 9 years ago

yeah i know that, i just wanted to report the issue, can be a bug or not whatever.