Commit 0097b14d4a42b07e4278de4aca42a9d48f7e3c0f
1 parent
bd0b4462
Exists in
master
and in
6 other branches
FIX: Error in project
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/project.py
@@ -60,7 +60,7 @@ class Project(object): | @@ -60,7 +60,7 @@ class Project(object): | ||
60 | 60 | ||
61 | # Masks (vtkImageData) | 61 | # Masks (vtkImageData) |
62 | self.mask_dict = {} | 62 | self.mask_dict = {} |
63 | - #self.last_mask_index = 0 | 63 | + self.last_mask_index = 0 |
64 | 64 | ||
65 | # Surfaces are (vtkPolyData) | 65 | # Surfaces are (vtkPolyData) |
66 | self.surface_dict = {} | 66 | self.surface_dict = {} |