interkosmos/fortran-sdl2

Incorrect reference to C procedure

sebastian-mutz opened this issue · 1 comments

Hi Philipp,

In sdl2_image.f90, line 27, you specify the c procedure binding label IMG_LoadTexture

function img_load(file_name) bind(c, name='IMG_LoadTexture')

If I'm not mistaken the correct c procedure binding should be IMG_Load?

Great work btw. I enjoy playing around with it.

Best wishes
Sebastian

Thank you for pointing this out. Has been fixed with commit 31d6884.