mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +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;
|
||||
} else {
|
||||
value = rhs.value;
|
||||
const_cast<LottieColorStop&>(rhs).value = {nullptr, nullptr};
|
||||
const_cast<LottieColorStop&>(rhs).value = ColorStop();
|
||||
}
|
||||
populated = rhs.populated;
|
||||
count = rhs.count;
|
||||
|
|
Loading…
Add table
Reference in a new issue