Fix error in rB5e12e62a6a4e

This commit is contained in:
Germano Cavalcante 2021-10-14 13:26:35 -03:00
parent 2289295555
commit 328b6f672b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ short getAnimEdit_SnapMode(TransInfo *t)
}
}
else if (t->spacetype == SPACE_GRAPH) {
if ((t->data_type == TFM_TRANSLATION) && activeSnap(t)) {
if ((t->mode == TFM_TRANSLATION) && activeSnap(t)) {
/* Use the translate mode snap. */
}
else {