mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 12:34:30 +00:00
web: quick fix of mistake during the migration.
This commit is contained in:
parent
1f530e07da
commit
0497f24570
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public:
|
||||||
filetype = "lottie";
|
filetype = "lottie";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (animation->picture()->load(data.c_str(), data.size(), mimetype, false) != Result::Success) {
|
if (animation->picture()->load(data.c_str(), data.size(), filetype, false) != Result::Success) {
|
||||||
errorMsg = "load() fail";
|
errorMsg = "load() fail";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue