Fixing typo to make compile working again

This commit is contained in:
Daniel Genrich
2008-08-30 23:12:01 +00:00
parent ff0aab05b2
commit 25c116e80a

View File

@@ -1673,7 +1673,7 @@ void set_icu_vars(IpoCurve *icu)
case MA_ADD:
icu->ymax= 1.0; break;
case MA_EMIT:
icy->ymax= 2.0; break;
icu->ymax= 2.0; break;
default:
icu->ymax= 1.0; break;
}