NRTCommandBase: Correct typo in SC stub generator (but should completely refactor to expect bufnums in, rather than buffer instances)

nix
Owen Green 7 years ago
parent 519fd46f2a
commit 7a5cff49ec

@ -227,7 +227,7 @@ namespace sc{
if(d.getType() == parameter::Type::Buffer)
{
if (count == 0)
cmd << d.getName() << ".buNum";
cmd << d.getName() << ".bufnum";
else
cmd << "\nif( " << d.getName() << ".isNil, -1, {" << d.getName() << ".bufnum})";
}

Loading…
Cancel
Save