Fix the bad header name in the curve test

This commit is contained in:
Jean Pierre Cimalando 2020-03-03 16:12:31 +01:00 committed by Paul Fd
parent e1bacb2888
commit bfc3f53447

View file

@ -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);
}