mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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")]
|
||||
public static extern SDL.Surface* RenderText_Solid(
|
||||
Font* font,
|
||||
char8 text,
|
||||
char8* text,
|
||||
SDL.Color fg
|
||||
);
|
||||
|
||||
|
@ -315,4 +315,4 @@ namespace SDL2
|
|||
int index
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue