We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390cf48 commit d53cc97Copy full SHA for d53cc97
addons/image/freeimage.c
@@ -26,6 +26,7 @@ bool _al_init_fi(void)
26
FreeImage_Initialise(FALSE);
27
_al_add_exit_func(_al_shutdown_fi, "_al_shutdown_fi");
28
FreeImage_SetOutputMessage(_fiio_al_error_handler);
29
+ freeimage_initialized = true;
30
return true;
31
}
32
0 commit comments