diff --git a/proj.ios/SoundCalls.cpp b/proj.ios/SoundCalls.cpp index e0aee78..a007c37 100644 --- a/proj.ios/SoundCalls.cpp +++ b/proj.ios/SoundCalls.cpp @@ -3,7 +3,7 @@ void SoundCalls::playBackgroundSound() { - BridgeDelegate::playGunshotSound(); + BridgeDelegate::playBackgroundSound(); } void SoundCalls::stopBackgroundSound()