main
cosmonaut 2021-01-20 14:44:59 -08:00
parent 79bd6aeffb
commit 37df40d31a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace MoonWorks.Audio
_pitch = value;
FAudio.FAudioSourceVoice_SetFrequencyRatio(
Handle,
(float) Math.Pow(2.0, _pitch) * doppler,
(float) System.Math.Pow(2.0, _pitch) * doppler,
0
);
}