diff --git a/SDL3-CS.Tests/Program.cs b/SDL3-CS.Tests/Program.cs index 84aa5b1..ae004b6 100644 --- a/SDL3-CS.Tests/Program.cs +++ b/SDL3-CS.Tests/Program.cs @@ -29,7 +29,7 @@ namespace SDL.Tests using (var window = new MyWindow()) { // Check if satellite libraries exist. - Console.WriteLine($"SDL revision: {SDL_GetRevision()}, IMG {IMG_Version()}, TTF {TTF_Version()}, Mixer {Mix_Version()}"); + Console.WriteLine($"SDL revision: {SDL_GetRevision()}, IMG {IMG_Version()}, TTF {TTF_Version()}, Mixer {MIX_Version()}"); printDisplays();