mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fix parameter type in SDLTTF.RenderText_Solid()
This commit is contained in:
parent
358efb8d54
commit
dfdfe094cd
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ namespace SDL2
|
||||||
[LinkName("TTF_RenderText_Solid")]
|
[LinkName("TTF_RenderText_Solid")]
|
||||||
public static extern SDL.Surface* RenderText_Solid(
|
public static extern SDL.Surface* RenderText_Solid(
|
||||||
Font* font,
|
Font* font,
|
||||||
char8 text,
|
char8* text,
|
||||||
SDL.Color fg
|
SDL.Color fg
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue