mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Minor comment correction
This commit is contained in:
parent
0bb60f9c76
commit
14c7f8f90a
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ void AudioProcessor::endParameterChangeGesture (int parameterIndex)
|
|||
{
|
||||
#if JUCE_DEBUG
|
||||
// This means you've called endParameterChangeGesture without having previously called
|
||||
// endParameterChangeGesture. That might be fine in most hosts, but better to keep the
|
||||
// beginParameterChangeGesture. That might be fine in most hosts, but better to keep the
|
||||
// calls matched correctly.
|
||||
jassert (changingParams [parameterIndex]);
|
||||
changingParams.clearBit (parameterIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue