Skip to content

Commit c1d69b0

Browse files
authored
Update AudioEngine.cpp
Fixed missing space.
1 parent e99095d commit c1d69b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/audio/AudioEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ int AudioEngine::play2d(const std::string& filePath, bool loop, float volume, co
236236
if (profileHelper)
237237
{
238238
if(profileHelper->profile.maxInstances != 0 && profileHelper->audioIDs.size() >= profileHelper->profile.maxInstances){
239-
log("Fail to play %s cause by limited max instance of AudioProfile",filePath.c_str());
239+
log("Fail to play %s cause by limited max instance of AudioProfile", filePath.c_str());
240240
break;
241241
}
242242
if (profileHelper->profile.minDelay > TIME_DELAY_PRECISION) {

0 commit comments

Comments
 (0)