Skip to content

Commit a449b15

Browse files
icculusSDLWikiBot
authored andcommitted
SDL3_mixer/README-migration: Clarified a sentence.
Live page is here: https://wiki.libsdl.org/SDL3_mixer/README-migration
1 parent c0daa9b commit a449b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SDL3_mixer/README-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a dramatically different library than
66
previous versions. The API has been completely redesigned. There is no
77
compatibility layer. If you want to use it, you have to migrate to it.
88

9-
SDL3_mixer requires SDL3. Internally, it relies on many features that are
10-
new to SDL3, so if your project is on SDL 1.2 or SDL2, you'll have to move
11-
your project to SDL3 at the same time.
9+
SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
10+
both internally and in the public API, so if your project is on SDL 1.2 or
11+
SDL2, you'll have to move your project to SDL3 at the same time.
1212

1313
That being said, we think SDL3_mixer and SDL3 are both great pieces of
1414
software--significant improvements over their previous versions--and we

0 commit comments

Comments
 (0)