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

Commit f9a3083

Browse files
committed
Zero out scalar
1 parent a623c37 commit f9a3083

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)