Hi there!
I have a big problem! For some reason on windows vista my music file plays in a loop
here is my code
sf::Music music;
music.Open("Data/Sound/Music3.ogg");
music.SetLoop(false);
music.Play();
the same code played fine when i was on an xp machine.
Can you guys point me in some direction to fix the problem?
Thanks!