release-packaging/Classes/FluidDataSet.sc: missing comma in arg list

nix
Owen Green 6 years ago
parent c83fbd7b54
commit 50bb88ae14

@ -39,7 +39,7 @@ FluidDataSet : UGen {
this.pr_sendMsg(\updatePoint,[label,buffer.asUGenInput],action); this.pr_sendMsg(\updatePoint,[label,buffer.asUGenInput],action);
} }
deletePoint{|label,buffer action| deletePoint{|label,buffer, action|
this.pr_sendMsg(\deletePoint,[label,buffer.asUGenInput],action); this.pr_sendMsg(\deletePoint,[label,buffer.asUGenInput],action);
} }

Loading…
Cancel
Save