Cleanup: warning

This commit is contained in:
2018-05-22 15:30:26 +02:00
parent cc9513d944
commit 298f8042ef

View File

@@ -416,9 +416,8 @@ void applySnapping(TransInfo *t, float *vec)
t->tsnap.applySnap(t, vec); t->tsnap.applySnap(t, vec);
} }
else if ((t->tsnap.mode & else if (((t->tsnap.mode & ~(SCE_SNAP_MODE_INCREMENT | SCE_SNAP_MODE_GRID)) != 0) &&
~(SCE_SNAP_MODE_INCREMENT | SCE_SNAP_MODE_GRID) != 0) && activeSnap(t))
activeSnap(t))
{ {
double current = PIL_check_seconds_timer(); double current = PIL_check_seconds_timer();