fixed untranslated line in trig node

This commit is contained in:
itsmattkc
2021-11-12 11:06:28 -08:00
parent da3dc765a4
commit f4db7cd330
@@ -74,6 +74,8 @@ void TrigonometryNode::Retranslate()
SetComboBoxStrings(kMethodIn, strings);
SetInputName(kMethodIn, tr("Method"));
SetInputName(kXIn, tr("Value"));
}
void TrigonometryNode::Value(const NodeValueRow &value, const NodeGlobals &globals, NodeValueTable *table) const