Fix incorrect comment - copy and paste error

This commit is contained in:
Joshua Leung
2013-12-11 16:11:54 +13:00
parent 5afc2a9a44
commit 71d5fe29da

View File

@@ -5071,7 +5071,7 @@ void autokeyframe_ob_cb_func(bContext *C, Scene *scene, View3D *v3d, Object *ob,
/* get flags used for inserting keyframes */
flag = ANIM_get_keyframing_flags(scene, 1);
/* add datasource override for the camera object */
/* add datasource override for the object */
ANIM_relative_keyingset_add_source(&dsources, id, NULL, NULL);
if (IS_AUTOKEY_FLAG(scene, ONLYKEYINGSET) && (active_ks)) {