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

Commit 2088e3f

Browse files
committed
Zero out scalar
1 parent 7f5b89b commit 2088e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/entity/entity_pass_clip_stack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace impeller {
1313

1414
struct ClipCoverageLayer {
1515
std::optional<Rect> coverage;
16-
size_t clip_height;
16+
size_t clip_height = 0;
1717
};
1818

1919
/// @brief A class that tracks all clips that have been recorded in the current

0 commit comments

Comments
 (0)