mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
renderer/picture: fixed a regression
reverted a wrong change from the previous code refactoring
in 5643348472
This commit is contained in:
parent
5643348472
commit
6f78d80ae6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ RenderUpdateFlag Picture::Impl::load()
|
||||||
}
|
}
|
||||||
return RenderUpdateFlag::None;
|
return RenderUpdateFlag::None;
|
||||||
}
|
}
|
||||||
}
|
} else loader->sync();
|
||||||
|
|
||||||
if (!surface) {
|
if (!surface) {
|
||||||
if ((surface = loader->bitmap().release())) {
|
if ((surface = loader->bitmap().release())) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue