fix android audio issue
This commit is contained in:
parent
02ebe5c491
commit
11e3b6e494
|
@ -30,7 +30,7 @@ static void* render_thread(void* param)
|
|||
}
|
||||
if(gAndroidPlayWav)
|
||||
{
|
||||
gAndroidPlayWav("hello");
|
||||
gAndroidPlayWav("heart_beat.wav");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue