Add Pan to Audio Source for stereo panning

This commit is contained in:
Wojtek Figat
2023-04-21 15:58:22 +02:00
parent eb613d3e8a
commit 8457687025
9 changed files with 82 additions and 1 deletions

View File

@@ -52,6 +52,10 @@ void AudioBackendNone::Source_PitchChanged(AudioSource* source)
{
}
void AudioBackendNone::Source_PanChanged(AudioSource* source)
{
}
void AudioBackendNone::Source_IsLoopingChanged(AudioSource* source)
{
}