diff --git a/legacy/project/src/iPhone/Sound.mm b/legacy/project/src/iPhone/Sound.mm index 3808f9104..a80c182eb 100644 --- a/legacy/project/src/iPhone/Sound.mm +++ b/legacy/project/src/iPhone/Sound.mm @@ -238,7 +238,7 @@ namespace nme } void setPitch(const float &inFloat) { LOG_SOUND("AVAudioPlayerChannel setPitch()"); - [theActualPlayer setPitch: inFloat]; + //[theActualPlayer setPitch: inFloat]; } void stop() {