Corrected internal documentation in source.
The parameter silent is no longer optional.
This commit is contained in:
parent
e722fd86e9
commit
adce8bf505
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue