mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Removed comment questioning the code's correctness (the answer: it's correct).
This commit is contained in:
parent
fa2029820d
commit
632f5e5860
|
|
@ -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…
Reference in New Issue
Block a user