CreateSoftwareRenderer fix

This commit is contained in:
Ethan Lee 2014-11-18 10:26:32 -05:00
parent 7386579667
commit 847df8350b

View file

@ -1677,7 +1677,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)]