fix for crash, Aligorith can you check if this is correct

This commit is contained in:
Campbell Barton
2009-11-26 17:17:13 +00:00
parent a1b6b99a97
commit 102f57ef26

View File

@@ -5085,7 +5085,7 @@ static void applyTimeTranslate(TransInfo *t, float sval)
AnimData *adt= (t->spacetype != SPACE_NLA) ? td->extra : NULL;
/* check if any need to apply nla-mapping */
if (adt) {
if (adt && t->spacetype != SPACE_SEQ) {
deltax = t->values[0];
if (autosnap == SACTSNAP_STEP) {