Fix SDL_RenderGetViewport entry

This commit is contained in:
Ethan Lee 2013-07-15 12:36:03 -04:00
parent 7a4820d660
commit fe8cf68230

View file

@ -1313,7 +1313,7 @@ namespace SDL2
/* renderer refers to an SDL_Renderer* */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int SDL_RendererGetViewport(
public static extern int SDL_RenderGetViewport(
IntPtr renderer,
out SDL_Rect rect
);