Merge pull request #140 from lockie/master

Fixed naming bug in allegro5 backend image support
This commit is contained in:
Komari Spaghetti 2020-05-27 17:27:38 +02:00 committed by GitHub
commit ebd6b3a278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static struct nk_allegro5 {
} allegro5;
NK_API struct nk_image* nk_create_image(const char* file_name)
NK_API struct nk_image* nk_allegro5_create_image(const char* file_name)
{
if (!al_init_image_addon()) {
fprintf(stdout, "Unable to initialize required allegro5 image addon\n");