mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 18:01:13 +00:00
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…
Reference in a new issue