Merge pull request #657 from LMMS/flp-break

flp import: add missing break statement
This commit is contained in:
Tobias Doerffel
2014-04-28 21:26:50 +02:00

View File

@@ -980,6 +980,7 @@ if( p.currentEffectChannel <= NumFxChannels )
case FLP_LayerChans:
p.channels[data].layerParent = cur_channel;
break;
// DWORD EVENTS
case FLP_Color: