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 63d8ccf9ff
commit caa0b0fadf
Notes: blender-bot 2023-02-14 06:08:58 +01:00
Referenced by issue #54255, 2.79b release
Referenced by issue #54204, Wrong selection on Clean Tracks (Motion Tracking)
1 changed files with 1 additions and 1 deletions

View File

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