== Sequencer ==

Sequence effect rendering of color generator did some rather strange 
fall through, because of a missing break statement. (Noone got hurt, but 
better add that break, just in case)
This commit is contained in:
Peter Schlaile
2010-12-17 08:53:49 +00:00
parent 9f3edfecfc
commit 0ec7f95245

View File

@@ -1770,6 +1770,7 @@ static ImBuf* seq_render_effect_strip_impl(
case EARLY_NO_INPUT:
out = sh.execute(context, seq, cfra, fac, facf,
NULL, NULL, NULL);
break;
case EARLY_DO_EFFECT:
for(i=0; i<3; i++) {
if(input[i])