Fix the bad header name in the curve test
This commit is contained in:
parent
e1bacb2888
commit
bfc3f53447
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public:
|
|||
|
||||
void callback(absl::string_view header, const std::vector<sfz::Opcode>& members) override
|
||||
{
|
||||
if (header == "effect")
|
||||
if (header == "curve")
|
||||
curveSet.addCurveFromHeader(members);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue