Fix typo in track selection operator.

Found by Campbell Barton, thanks.
This commit is contained in:
Sergey Sharybin 2011-11-28 07:18:53 +00:00
parent 2e4d1222c8
commit f1538cff30

@ -684,7 +684,7 @@ static int track_mouse_area(SpaceClip *sc, float co[2], MovieTrackingTrack *trac
epsy= MIN4(track->pat_min[1]-track->search_min[1], track->search_max[1]-track->pat_max[1],
fabsf(track->pat_min[1]), fabsf(track->pat_max[1])) / 2;
epsx= MAX2(epsy, 2.0f / width);
epsx= MAX2(epsx, 2.0f / width);
epsy= MAX2(epsy, 2.0f / height);
if(sc->flag&SC_SHOW_MARKER_SEARCH)