new method of pack loading, assume data or data.btw in root to point to all other

This commit is contained in:
2024-10-07 12:28:15 +03:00
parent 7bec9f6de6
commit bbf79ad442
5 changed files with 139 additions and 20 deletions

View File

@ -191,6 +191,8 @@ void textures_dump_atlases(void) {
SDL_SaveBMP_RW(ctx.texture_cache.atlas_surfaces[i], handle, true);
log_info("Dumped atlas %zu to %s", i, buf);
SDL_free(buf);
}
}