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

Commit 2d80775

Browse files
committed
fixed opengl patch
1 parent 409d69b commit 2d80775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ std::optional<Entity> GaussianBlurFilterContents::RenderFilter(
282282
std::optional<Snapshot> input_snapshot =
283283
inputs[0]->GetSnapshot("GaussianBlur", renderer, entity,
284284
/*coverage_limit=*/expanded_coverage_hint,
285-
/*mip_count=*/kBlurFilterRequiredMipCount);
285+
/*mip_count=*/mip_count);
286286
if (!input_snapshot.has_value()) {
287287
return std::nullopt;
288288
}

0 commit comments

Comments
 (0)