1
0
Fork 0
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:
jules 2015-03-23 16:38:35 +00:00
parent 0bb60f9c76
commit 14c7f8f90a

View file

@ -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);