From 0097b14d4a42b07e4278de4aca42a9d48f7e3c0f Mon Sep 17 00:00:00 2001 From: tatiana Date: Fri, 5 Mar 2010 13:17:41 +0000 Subject: [PATCH] FIX: Error in project --- invesalius/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/project.py b/invesalius/project.py index 57a395f..8d5a72a 100755 --- a/invesalius/project.py +++ b/invesalius/project.py @@ -60,7 +60,7 @@ class Project(object): # Masks (vtkImageData) self.mask_dict = {} - #self.last_mask_index = 0 + self.last_mask_index = 0 # Surfaces are (vtkPolyData) self.surface_dict = {} -- libgit2 0.21.2