mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-03 23:05:59 +02:00
wasm improvements
This commit is contained in:
parent
17b29c7227
commit
474454382f
6 changed files with 257 additions and 22 deletions
|
@ -79,7 +79,7 @@ namespace SDL2
|
|||
);
|
||||
|
||||
[LinkName("IMG_LoadTexture")]
|
||||
private static extern SDL.Texture* LoadTexture(
|
||||
public static extern SDL.Texture* LoadTexture(
|
||||
SDL.Renderer* renderer,
|
||||
char8* file
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue