Merge pull request #2605 from Gobbel2000/frame_paste
Include images and saved meshes when pasting `Frame`
This commit is contained in:
commit
3c68b64cbf
2 changed files with 2 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ impl geometry::frame::Backend for Frame {
|
|||
}
|
||||
|
||||
fn paste(&mut self, frame: Frame) {
|
||||
self.meshes.extend(frame.meshes);
|
||||
self.meshes
|
||||
.extend(frame.buffers.into_meshes(frame.clip_bounds));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue