limit transition values set in the effect controls

This commit is contained in:
itsmattkc
2019-03-15 12:37:36 +11:00
parent a12c45dc22
commit 8c68a46416
6 changed files with 75 additions and 27 deletions
-2
View File
@@ -143,8 +143,6 @@ void EffectUI::AddAdditionalEffect(Effect *e)
for (int j=0;j<row->FieldCount();j++) {
EffectField* field = row->Field(j);
// Attach existing field widget to this effect's field
e->row(i)->Field(j)->CreateWidget(Widget(i, j));