File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1583,8 +1583,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PauseAudioStreamDevice(SDL_AudioStream *str
1583
1583
* previously been paused. Once unpaused, any bound audio streams will begin
1584
1584
* to progress again, and audio can be generated.
1585
1585
*
1586
- * Remember, SDL_OpenAudioDeviceStream opens device in an unpaused state, so
1587
- * this function call is required for audio playback to begin on such device.
1586
+ * Remember, SDL_OpenAudioDeviceStream opens device in a paused state, so this
1587
+ * function call is required for audio playback to begin on such device.
1588
1588
*
1589
1589
* \param stream the audio stream associated with the audio device to resume.
1590
1590
* \returns true on success or false on failure; call SDL_GetError() for more
You can’t perform that action at this time.
0 commit comments