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

Commit d8cd4bc

Browse files
committed
Rebase
1 parent 39028e4 commit d8cd4bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

impeller/entity/contents/runtime_effect_contents.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ bool RuntimeEffectContents::Render(const ContentContext& renderer,
8080

8181
auto geometry_result = GetGeometry()->GetPositionBuffer(
8282
context->GetResourceAllocator(), pass.GetTransientsBuffer(),
83-
renderer.GetTessellator(), pass.GetRenderTargetSize());
83+
renderer.GetTessellator(), pass.GetRenderTargetSize(),
84+
entity.GetTransformation().GetMaxBasisLength());
8485

8586
//--------------------------------------------------------------------------
8687
/// Get or create runtime stage pipeline.

0 commit comments

Comments
 (0)