diff --git a/src/SDL2.cs b/src/SDL2.cs index e6264bf..d1e5517 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -1709,7 +1709,7 @@ namespace SDL2 /* IntPtr refers to an SDL_Renderer*, surface to an SDL_Surface* */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern IntPtr SDL_CreateRenderer(IntPtr surface); + public static extern IntPtr SDL_CreateSoftwareRenderer(IntPtr surface); /* IntPtr refers to an SDL_Texture*, renderer to an SDL_Renderer* */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]