mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
Fix texture not updating when moving cube in per group texture format
This commit is contained in:
parent
a21c60c589
commit
41faa51738
@ -886,6 +886,9 @@ function moveOutlinerSelectionTo(item, target, event, order) {
|
||||
}
|
||||
} else {
|
||||
item.preview_controller.updateTransform(item);
|
||||
if (Format.per_group_texture && item.preview_controller.updateFaces) {
|
||||
item.preview_controller.updateFaces(item);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user