shapenodebase: move base translate

This commit is contained in:
itsmattkc
2022-05-03 19:05:11 -07:00
parent 329dfb7913
commit e7b49f311d
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -76,7 +76,6 @@ void TextGeneratorV3::Retranslate()
super::Retranslate();
SetInputName(kTextInput, tr("Text"));
SetInputName(kBaseInput, tr("Base"));
}
void TextGeneratorV3::Value(const NodeValueRow &value, const NodeGlobals &globals, NodeValueTable *table) const