Removed comment questioning the code's correctness (the answer: it's correct).
This commit is contained in:
parent
a5d345e374
commit
f7d9b29115
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ AndroidAUD_Init(SDL_AudioDriverImpl * impl)
|
|||
}
|
||||
|
||||
AudioBootStrap ANDROIDAUD_bootstrap = {
|
||||
"android", "SDL Android audio driver", AndroidAUD_Init, 0 /*1? */
|
||||
"android", "SDL Android audio driver", AndroidAUD_Init, 0
|
||||
};
|
||||
|
||||
/* Called by the Java code to start the audio processing on a thread */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue