File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1064,14 +1064,14 @@ extern SDL_DECLSPEC SDL_AudioStream * SDLCALL SDL_CreateAudioStream(const SDL_Au
1064
1064
/**
1065
1065
* Get the properties associated with an audio stream.
1066
1066
*
1067
- * The application can hang any data it wants here, but
1068
- * the following properties are understood by SDL:
1067
+ * The application can hang any data it wants here, but the following
1068
+ * properties are understood by SDL:
1069
1069
*
1070
1070
* - `SDL_PROP_AUDIOSTREAM_KEEP_ON_SHUTDOWN_BOOLEAN`: if true, the stream will
1071
1071
* not be automatically destroyed during SDL_Quit(). This property is
1072
1072
* ignored for streams created through SDL_OpenAudioDeviceStream(). Streams
1073
- * bound to devices that aren't destroyed will still be unbound.
1074
- * Default false. (since SDL 3.4.0)
1073
+ * bound to devices that aren't destroyed will still be unbound. Default
1074
+ * false. (since SDL 3.4.0)
1075
1075
*
1076
1076
* \param stream the SDL_AudioStream to query.
1077
1077
* \returns a valid property ID on success or 0 on failure; call
You can’t perform that action at this time.
0 commit comments