Fixing typo to make compile working again
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user