mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-27 08:36:59 +00:00
parent
f05ee1ca63
commit
3d4df8df41
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,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