SimpleAudioEngine could not play MP3 with repeating

I tried to play MP3 with SimpleAudioEngine by:
SimpleAudioEngine::sharedEngine()->playBackgroundMusic(kszMusic, true);

But it just plays once, looks like the ‘true’ doesn’t work.

Or should the SimpleAudioEngine be initialized by some method first to support it? I just use SimpleAudioEngine::sharedEngine()->playBackgroundMusic(kszMusic, true); without any other prework.

Thanks.

are you using win32 version of 0.7.0-stable?

Yes

I create a bug here #235
We will fix it in few days.