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