Remove BGM print
This commit is contained in:
parent
501d6ae608
commit
920168abe0
|
@ -253,7 +253,6 @@ void Audio::bgmPlay(const char *filename,
|
||||||
int pitch,
|
int pitch,
|
||||||
float pos)
|
float pos)
|
||||||
{
|
{
|
||||||
printf("PLAYING BGM %s\n", filename);
|
|
||||||
p->bgm.play(filename, volume, pitch, pos);
|
p->bgm.play(filename, volume, pitch, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue