Skip to content

Commit 54e7524

Browse files
fix
1 parent 6946b3d commit 54e7524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gframe/sound_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void SoundManager::PlaySound(char* sound) {
121121
ma_sound_start(usingSoundEffectPointer);
122122
#endif
123123
#ifdef YGOPRO_USE_IRRKLANG
124-
engineSound->play2D(soundPath);
124+
engineSound->play2D(sound);
125125
#endif
126126
#endif
127127
}

0 commit comments

Comments
 (0)