We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012a03e commit 032e53dCopy full SHA for 032e53d
1 file changed
src/aosfxplayer.cpp
@@ -66,7 +66,7 @@ void AOSfxPlayer::play(QString p_sfx, QString p_char, QString shout,
66
FALSE, f_path.utf16(), 0, 0,
67
BASS_STREAM_AUTOFREE | BASS_UNICODE | BASS_ASYNCFILE);
68
69
- set_volume(m_volume);
+ set_volume_internal(m_volume);
70
71
if (ao_app->get_audio_output_device() != "default")
72
BASS_ChannelSetDevice(m_stream_list[m_channel], BASS_GetDevice());
0 commit comments