mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +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";
|
||||
}
|
||||
|
||||
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";
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue