Add LICENSE
This commit is contained in:
@@ -36,7 +36,7 @@ ALLEGRO_BITMAP* _al_load_qoi_f(ALLEGRO_FILE* file, int flags) {
|
||||
ALLEGRO_BITMAP* bmp = al_create_bitmap(meta.width, meta.height);
|
||||
ALLEGRO_LOCKED_REGION* lock = al_lock_bitmap(
|
||||
bmp, fmt,
|
||||
ALLEGRO_LOCK_READWRITE
|
||||
ALLEGRO_LOCK_WRITEONLY
|
||||
);
|
||||
al_set_new_bitmap_flags(oldflags);
|
||||
if (!lock) return NULL;
|
||||
|
||||
Reference in New Issue
Block a user