Fix parameter for CreateWindowAndRenderer.

This commit is contained in:
Ethan Lee 2013-04-08 13:23:45 -04:00
parent 281ce130e0
commit 0827bc6c9d

View file

@ -503,7 +503,7 @@ namespace SDL2
public static extern int SDL_CreateWindowAndRenderer(
int width,
int height,
uint window_flags,
SDL_WindowFlags window_flags,
ref IntPtr window,
ref IntPtr renderer
);