mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
85a1b1bcdd
commit
929d371b8f
@ -117,6 +117,9 @@ FmodAudioSound(AudioManager *manager, Filename file_name, bool positional) {
|
|||||||
fmod_audio_errcheck("createSound (blank)", result);
|
fmod_audio_errcheck("createSound (blank)", result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result->setMode(FMOD_LOOP_OFF);
|
||||||
|
result->setLoopCount(-1);
|
||||||
|
|
||||||
//This is just to collect the defaults of the sound, so we don't
|
//This is just to collect the defaults of the sound, so we don't
|
||||||
//Have to query FMOD everytime for the info.
|
//Have to query FMOD everytime for the info.
|
||||||
//It is also important we get the '_sampleFrequency' variable here, for the
|
//It is also important we get the '_sampleFrequency' variable here, for the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user