Cleanup: warning
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user