Skip to content

Commit

Permalink
support disk cache of SequenceComposition
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcli committed Jun 16, 2023
1 parent 5a9f4ff commit 8ec1873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rendering/PAGPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ bool PAGPlayer::flushInternal(BackendSemaphore* signalSemaphore) {
if (pagSurface == nullptr) {
return false;
}
renderCache->diskCacheEnabled();
tgfx::Clock clock = {};
prepareInternal();
clock.mark("rendering");
Expand Down

0 comments on commit 8ec1873

Please sign in to comment.