Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c168b96

Browse files
author
jonahwilliams
committed
++
1 parent 1c0c46c commit c168b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/aiks/experimental_canvas.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static std::shared_ptr<Texture> FlipBackdrop(
142142
auto& replay_entities = clip_coverage_stack.GetReplayEntities();
143143
for (const auto& replay : replay_entities) {
144144
SetClipScissor(
145-
clip_coverage_stack.CurrentClipCoverage(),
145+
replay.clip_coverage,
146146
*render_passes.back().inline_pass_context->GetRenderPass(0).pass,
147147
global_pass_position);
148148
if (!replay.entity.Render(

0 commit comments

Comments
 (0)