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

Commit

Permalink
Weaker words
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero committed Aug 21, 2024
1 parent 73557f5 commit 5ac4d63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions impeller/entity/draw_order_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ void DrawOrderResolver::PushClip(size_t element_index) {
void DrawOrderResolver::PopClip() {
if (draw_order_layers_.size() == 1u) {
// This is likely recoverable, so don't assert.
VALIDATION_LOG
<< "Attemped to pop the first draw order clip layer. This is a bug in "
"`EntityPass`.";
VALIDATION_LOG << "Attemped to pop the first draw order clip layer. This "
"may be a bug in `EntityPass`.";
return;
}

Expand Down

0 comments on commit 5ac4d63

Please sign in to comment.