Skip to content

Commit

Permalink
Fix layers not working when editing texture with layers in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Nov 2, 2024
1 parent b84a22b commit 8ac0d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/texturing/textures.js
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ class Texture {
tex2.select();
} else {
let original_uuid = Project.uuid;
let copy = texture.getUndoCopy();
let copy = texture.getUndoCopy(true);
Codecs.image.load(copy, texture.path, [texture.uv_width, texture.uv_height]);
// Sync
texture.sync_to_project = Project.uuid;
Expand Down

0 comments on commit 8ac0d63

Please sign in to comment.