Skip to content

Commit

Permalink
fix unreported pv multi-single issue (#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffii authored Jun 25, 2020
1 parent e689721 commit 4f314e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nodes/viz/viewer_polyline.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ def process(self):
break

last_index = len(mverts) - 1
if self.selected_mode == 'Single':
last_index = 0

self.remove_non_updated_objects(last_index)
self.set_corresponding_materials()

Expand Down

0 comments on commit 4f314e2

Please sign in to comment.