Re: sdl2 and ffi
- Posted by Icy_Viking Nov 17, 2022
- 2389 views
ChrisB said...
SDL_render.e
line 116
public function SDL_CreateTextureFromSurface(atom ren, sequence surf)
->
public function SDL_CreateTextureFromSurface(atom ren, atom surf)
Cheers Chris
I have fixed this and uploaded it to Github.