Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 2109d915cda..5ab3d4d3657 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -778,7 +778,7 @@ static void do_action_keymenu(void *arg, int event)
bake_action_with_client (G.saction->action, OBACT, 0.01);
break;
case ACTMENU_KEY_SNAP:
- set_snap_actionchannels();
+ snap_keys_to_frame();
break;
}
}