From f51f432541d92fc79e291eb7adcd3cd75017d952 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Sun, 3 Aug 2025 00:06:30 +0900 Subject: [PATCH] Fix prefix --- SDL3-CS.Tests/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();