Fix parameter for CreateWindowAndRenderer.
This commit is contained in:
parent
281ce130e0
commit
0827bc6c9d
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user