mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
lottie: polish up a comment.
This commit is contained in:
parent
e69d63688b
commit
128923c05d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ bool LottieLoader::override(const char* slot)
|
||||||
|
|
||||||
//override slots
|
//override slots
|
||||||
if (slot) {
|
if (slot) {
|
||||||
//TODO: Crashed, does this necessary?
|
//Copy the input data because the JSON parser will encode the data immediately.
|
||||||
auto temp = strdup(slot);
|
auto temp = strdup(slot);
|
||||||
|
|
||||||
//parsing slot json
|
//parsing slot json
|
||||||
|
|
Loading…
Add table
Reference in a new issue