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 @@ -6,7 +6,7 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a dramatically different library than
6
6
previous versions. The API has been completely redesigned. There is no
7
7
compatibility layer. If you want to use it, you have to migrate to it.
8
8
9
- SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
9
+ SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
10
10
both internally and in the public API, so if your project is on SDL 1.2 or
11
11
SDL2, you'll have to move your project to SDL3 at the same time.
12
12
@@ -158,7 +158,7 @@ These properties offer both low-level tag information and a standard property
158
158
for well-known metadata types. For example, if your MP3 has an ID3v2 tag, you
159
159
might end up with a property named "SDL_mixer.metadata.id3v2.TIT2" and the
160
160
same info in a standard "SDL_mixer.metadata.title" property (which there's a
161
- standard symbol for: ` MIX_PROP_METADATA_TITLE_STRING ` ) . This allows SDL3_mixer
161
+ standard symbol for: ` MIX_PROP_METADATA_TITLE_STRING ` . This allows SDL3_mixer
162
162
to expose non-standard information, but also offer easy lookup of the most
163
163
common, and most important, metadata.
164
164
You can’t perform that action at this time.
0 commit comments