Skip to content

Commit

Permalink
Merge pull request #3444 from LMMS/jasp00-patch-3
Browse files Browse the repository at this point in the history
Document identifier collision in peak_controller_effect_controls.cpp
  • Loading branch information
tresf committed May 3, 2017
2 parents e3dc82c + 91f20b6 commit 0942586
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -78,6 +78,7 @@ void PeakControllerEffectControls::loadSettings( const QDomElement & _this )
}
else
{
// TODO: Fix possible collision
m_effect->m_effectId = rand();
}

Expand Down

0 comments on commit 0942586

Please sign in to comment.