Fix T54204: Wrong selection on Clean Tracks (Motion Tracking)

A mistake in a fix for T53612.

Regression in 2.79a, candidate for 2.79b :S
This commit is contained in:
Sergey Sharybin 2018-03-05 12:00:25 +01:00
parent 8ec398d401
commit 852d63b835
1 changed files with 1 additions and 1 deletions

View File

@ -1865,7 +1865,7 @@ static bool is_track_clean(MovieTrackingTrack *track, int frames, int del)
}
}
if (count == 0) {
if (del && count == 0) {
ok = 0;
}