mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
parent
877c524e5e
commit
8995bc32a2
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ struct LottieColorStop : LottieProperty
|
||||||
const_cast<LottieColorStop&>(rhs).frames = nullptr;
|
const_cast<LottieColorStop&>(rhs).frames = nullptr;
|
||||||
} else {
|
} else {
|
||||||
value = rhs.value;
|
value = rhs.value;
|
||||||
const_cast<LottieColorStop&>(rhs).value = {nullptr, nullptr};
|
const_cast<LottieColorStop&>(rhs).value = ColorStop();
|
||||||
}
|
}
|
||||||
populated = rhs.populated;
|
populated = rhs.populated;
|
||||||
count = rhs.count;
|
count = rhs.count;
|
||||||
|
|
Loading…
Add table
Reference in a new issue