From 216d85cfd7e22544dbf05d3f44f3de159d6c7950 Mon Sep 17 00:00:00 2001 From: Artem Budarin Date: Tue, 14 Aug 2018 18:51:34 +0500 Subject: [PATCH] fix --- proj.ios/SoundCalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()