Skip to content

Commit

Permalink
copilot can't spell
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 committed Dec 29, 2024
1 parent 068b052 commit 9505a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xLights/ValueCurve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ void ValueCurve::ScaleAndOffsetValues(float scale, int offset)
}
float range = _max - _min;
if (std::abs(range) <= std::numeric_limits<float>::epsilon()) {
wxASSERT(false); // should be zero
wxASSERT(false); // shouldn't be zero
return;
}
auto ScaleVal = [&](float val) -> float
Expand Down

0 comments on commit 9505a30

Please sign in to comment.