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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-09-23 14:16:22 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-09-23 14:16:22 +0300
commit92aff05a7c1cc995bf97933c23a4966b333ef2e3 (patch)
tree48e4003deb239024648fce091ac4485947123cf9 /source/blender/editors/space_clip/tracking_ops_track.c
parentd430c462a3d288827a1e427ebe826150ed277bfe (diff)
Tracking: Cleanup, reuse existing variable
Diffstat (limited to 'source/blender/editors/space_clip/tracking_ops_track.c')
-rw-r--r--source/blender/editors/space_clip/tracking_ops_track.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops_track.c b/source/blender/editors/space_clip/tracking_ops_track.c
index 8168c514cf8..ec4e40fc2e5 100644
--- a/source/blender/editors/space_clip/tracking_ops_track.c
+++ b/source/blender/editors/space_clip/tracking_ops_track.c
@@ -165,7 +165,7 @@ static int track_markers_initjob(bContext *C,
track_init_markers(sc, clip, framenr, &frames_limit);
- tmj->sfra = ED_space_clip_get_clip_frame_number(sc);
+ tmj->sfra = framenr;
tmj->clip = clip;
tmj->backwards = backwards;