after transform update didn't run because of stupid typo

This commit is contained in:
Martin Poirier 2009-11-01 20:09:03 +00:00
parent a51fe76ff2
commit 39021ac4ea

@ -4716,7 +4716,7 @@ void special_aftertrans_update(TransInfo *t)
short duplicate= (t->undostr && strstr(t->undostr, "Duplicate")) ? 1 : 0;
/* early out when nothing happened */
if (t->total == 0 || t->mode != TFM_DUMMY)
if (t->total == 0 || t->mode == TFM_DUMMY)
return;
if (t->spacetype==SPACE_VIEW3D) {