Merge pull request #1951 from whackashoe/commentcorrect

removed incorrect comment that stated that the return value of addSketch...
This commit is contained in:
Ben Fry
2013-07-18 16:35:59 -07:00
+1 -1
View File
@@ -1384,7 +1384,7 @@ public class Base {
}
}
}
return found; // actually ignored, but..
return found;
}