paint: reduce memory usage

This commit is contained in:
luboslenco
2026-01-23 10:05:29 +01:00
parent 6ea722517d
commit 682c8e753b
+1 -1
View File
@@ -272,13 +272,13 @@ function import_arm_run_project(path: string) {
l.paint_subs = ld.paint_subs;
gpu_delete_texture(_texpaint);
if (_texpaint_nor != null) {
gpu_delete_texture(_texpaint_nor);
}
if (_texpaint_pack != null) {
gpu_delete_texture(_texpaint_pack);
}
gc_run();
}
}