mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Fix keyframe undo issue
This commit is contained in:
parent
946d7b3e94
commit
28d8f7d5ba
@ -113,7 +113,7 @@ class Animation {
|
||||
keyframes: []
|
||||
}
|
||||
kfs.forEach(kf => {
|
||||
ba_copy.keyframes.push(kf.getUndoCopy(save));
|
||||
ba_copy.keyframes.push(kf.getUndoCopy(true));
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user