mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
Corrected internal documentation in source.
The parameter silent is no longer optional.
This commit is contained in:
@@ -530,7 +530,7 @@ void Android_JNI_CloseAudioDevice()
|
||||
}
|
||||
|
||||
// Test for an exception and call SDL_SetError with its detail if one occurs
|
||||
// If optional parameter silent is truthy then SDL_SetError() is not called.
|
||||
// If the parameter silent is truthy then SDL_SetError() will not be called.
|
||||
static bool Android_JNI_ExceptionOccurred(bool silent)
|
||||
{
|
||||
SDL_assert(LocalReferenceHolder_IsActive());
|
||||
|
||||
Reference in New Issue
Block a user