paint: cleanup

This commit is contained in:
luboslenco
2026-07-05 11:30:04 +02:00
parent 3e51c7cad9
commit a3cd1de446
25 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ void util_texture_capture_output(gpu_texture_t *img, char *basename, bool bgra)
packed_asset_t *pa = GC_ALLOC_INIT(packed_asset_t, {.name = abs, .bytes = bytes});
any_array_push(g_project->packed_assets, pa);
gpu_texture_t *copy = gpu_create_texture_from_encoded_bytes(bytes, ".png");
any_map_set(data_cached_images, abs, copy);
any_map_set(data_cached_textures, abs, copy);
import_texture_run(abs, true);
}