fix android audio issue

This commit is contained in:
idea4good 2018-11-17 09:30:44 +08:00
parent 02ebe5c491
commit 11e3b6e494
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static void* render_thread(void* param)
}
if(gAndroidPlayWav)
{
gAndroidPlayWav("hello");
gAndroidPlayWav("heart_beat.wav");
}
}
}