mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Fix keyframe undo issue
This commit is contained in:
parent
946d7b3e94
commit
28d8f7d5ba
@ -113,7 +113,7 @@ class Animation {
|
|||||||
keyframes: []
|
keyframes: []
|
||||||
}
|
}
|
||||||
kfs.forEach(kf => {
|
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