13
0

break live-loop if there's no next region - fixes #6848

This commit is contained in:
Robin Gareus 2016-05-17 02:55:19 +02:00
parent ffb649616d
commit 004990463e

View File

@ -808,6 +808,9 @@ RegionView::update_coverage_frames (LayerDisplay d)
}
t = pl->find_next_region_boundary (t, 1);
if (t < 0) {
break;
}
me = new_me;
}