Making MutableAnimation Clone

This commit is contained in:
Pauan 2021-04-26 17:08:11 +02:00
parent 19dd6fbf1d
commit 2d9ae38c9d
1 changed files with 2 additions and 0 deletions

View File

@ -631,6 +631,8 @@ struct MutableAnimationInner {
// TODO deref to ReadOnlyMutable ?
// TODO provide read_only() method ?
// TODO add `is_playing` method ?
#[derive(Clone)]
pub struct MutableAnimation {
inner: Arc<MutableAnimationInner>,
}