I'm using
FMOD_System_PlaySound(mSystem, FMOD_CHANNEL_FREE, sound, true, &channel);
and it works fine, but I need to play looping sounds. Anyone knows how can i do it?
FMOD_System_PlaySound(mSystem, FMOD_CHANNEL_FREE, sound, true, &channel);
and it works fine, but I need to play looping sounds. Anyone knows how can i do it?