Commit 0097b14d4a42b07e4278de4aca42a9d48f7e3c0f

Authored by tatiana
1 parent bd0b4462

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 60  
61 61 # Masks (vtkImageData)
62 62 self.mask_dict = {}
63   - #self.last_mask_index = 0
  63 + self.last_mask_index = 0
64 64  
65 65 # Surfaces are (vtkPolyData)
66 66 self.surface_dict = {}
... ...