Add LICENSE

This commit is contained in:
2025-09-08 20:58:18 -05:00
parent f26b831fc9
commit a700dbda74
4 changed files with 33 additions and 2 deletions

View File

@@ -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;