This commit is contained in:
luboslenco
2024-03-01 13:06:16 +01:00
parent aef418fc5b
commit d2f9dac175
35 changed files with 204 additions and 201 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ class ExportTexture {
Base.makeExportImg();
if (Base.pipeMerge == null) Base.makePipe();
if (const_data_screen_aligned_vb == null) const_data_create_screen_aligned_data();
let empty = render_path_render_targets.get("empty_white").image;
let empty = render_path_render_targets.get("empty_white")._image;
// Append object mask name
let exportSelected = Context.raw.layersExport == ExportMode.ExportSelected;