|
|
|
@ -83,7 +83,7 @@ public class AudioManager : MonoBehaviour |
|
|
|
result = fmodSystem.setSoftwareChannels(MaxRealChannels); |
|
|
|
CheckFmodResult(result, "FMOD.System.setSoftwareChannels"); |
|
|
|
|
|
|
|
result = fmodSystem.init(MaxVirtualChannels, FMOD.INITFLAGS.NORMAL, IntPtr.Zero); |
|
|
|
result = fmodSystem.init(MaxVirtualChannels, FMOD.INITFLAGS.VOL0_BECOMES_VIRTUAL, IntPtr.Zero); |
|
|
|
CheckFmodResult(result, "FMOD.System.init"); |
|
|
|
} |
|
|
|
|
|
|
|
|