Merge pull request #657 from LMMS/flp-break
flp import: add missing break statement
This commit is contained in:
@@ -980,6 +980,7 @@ if( p.currentEffectChannel <= NumFxChannels )
|
||||
|
||||
case FLP_LayerChans:
|
||||
p.channels[data].layerParent = cur_channel;
|
||||
break;
|
||||
|
||||
// DWORD EVENTS
|
||||
case FLP_Color:
|
||||
|
||||
Reference in New Issue
Block a user