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

Commit c7980f5

Browse files
author
jonahwilliams
committed
++
1 parent 031a119 commit c7980f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/entity/entity_pass.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ bool EntityPass::RenderElement(Entity& element_entity,
764764
Entity msaa_backdrop_entity;
765765
msaa_backdrop_entity.SetContents(std::move(msaa_backdrop_contents));
766766
msaa_backdrop_entity.SetBlendMode(BlendMode::kSource);
767-
msaa_backdrop_entity.SetNewClipDepth(1000); // Just set a big number.
767+
msaa_backdrop_entity.SetNewClipDepth(1000); // Just set a big number.
768768
if (!msaa_backdrop_entity.Render(renderer, *result.pass)) {
769769
VALIDATION_LOG << "Failed to render MSAA backdrop filter entity.";
770770
return false;

0 commit comments

Comments
 (0)