Images in Sequence editor work again! Isn't this great! :)

This commit is contained in:
Alexander Ewering
2003-07-22 21:17:30 +00:00
parent b83fb8c87c
commit ae848a97c4

View File

@@ -1515,7 +1515,7 @@ ImBuf *give_ibuf_seq(int cfra)
MEM_freeN(seqar);
if(!seqfirst) return 0;
if(!seqfirst->curelem==0) return 0;
if(!seqfirst->curelem) return 0;
return seqfirst->curelem->ibuf;
}