mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 15:54:10 -05:00
Removed comment questioning the code's correctness (the answer: it's correct).
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user