Debug mode did not compile
This commit is contained in:
parent
c572bebb18
commit
84b58f82bd
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ void CurveSet::addCurveFromHeader(absl::Span<const Opcode> members)
|
||||||
if (auto opt = readOpcode<int>(opc->value, {0, 255}))
|
if (auto opt = readOpcode<int>(opc->value, {0, 255}))
|
||||||
curveIndex = *opt;
|
curveIndex = *opt;
|
||||||
else
|
else
|
||||||
DBG("Invalid value for curve index: " << opc.value);
|
DBG("Invalid value for curve index: " << opc->value);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0 // potential sfizz extension
|
#if 0 // potential sfizz extension
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue