CreateSoftwareRenderer fix

This commit is contained in:
Ethan Lee 2014-11-18 10:26:32 -05:00
parent 818a5cb6e0
commit 9c475e36fa

View file

@ -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)]