Legacy audio fix

This commit is contained in:
Joshua Granick
2015-10-05 20:12:01 -07:00
parent 11b73f1dcb
commit 95067adb7a

View File

@@ -238,7 +238,7 @@ namespace nme
} }
void setPitch(const float &inFloat) { void setPitch(const float &inFloat) {
LOG_SOUND("AVAudioPlayerChannel setPitch()"); LOG_SOUND("AVAudioPlayerChannel setPitch()");
[theActualPlayer setPitch: inFloat]; //[theActualPlayer setPitch: inFloat];
} }
void stop() void stop()
{ {