From 95067adb7ab3fc5c847b60e44a0633bcfbcd410e Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 5 Oct 2015 20:12:01 -0700 Subject: [PATCH] Legacy audio fix --- legacy/project/src/iPhone/Sound.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {