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

Commit c47567a

Browse files
committed
fixed opengl patch
1 parent e36c118 commit c47567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)