Debug mode did not compile

This commit is contained in:
Paul Fd 2020-03-15 00:41:55 +01:00
parent c572bebb18
commit 84b58f82bd

View file

@ -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