mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Merge 984fc9476f into d6181bde38
This commit is contained in:
commit
8a99bc1a71
7 changed files with 54 additions and 9 deletions
|
|
@ -262,7 +262,7 @@ private:
|
|||
|
||||
// If you hit this assertion then either your normalisation function is not working
|
||||
// correctly or your input is out of the expected bounds.
|
||||
jassert (exactlyEqual (clampedValue, value));
|
||||
//jassert (clampedValue == value);
|
||||
|
||||
return clampedValue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue