lowercased sfx
This commit is contained in:
parent
0e1b50faaf
commit
5b3cd3821e
@ -14,6 +14,8 @@ void AOSfxPlayer::play(QString p_sfx, QString p_char)
|
|||||||
{
|
{
|
||||||
BASS_ChannelStop(m_stream);
|
BASS_ChannelStop(m_stream);
|
||||||
|
|
||||||
|
p_sfx = p_sfx.toLower();
|
||||||
|
|
||||||
QString f_path;
|
QString f_path;
|
||||||
|
|
||||||
if (p_char != "")
|
if (p_char != "")
|
||||||
|
Loading…
Reference in New Issue
Block a user