CodeFactor cleanup

This commit is contained in:
John Lewin 2018-11-16 16:12:48 -08:00
parent 115abf3c4a
commit e954344416
4 changed files with 686 additions and 690 deletions

File diff suppressed because it is too large Load diff

View file

@ -273,7 +273,6 @@ namespace MatterHackers.MeshVisualizer
// Register listeners
scene.SelectionChanged += selection_Changed;
BuildVolumeColor = new ColorF(.2, .8, .3, .2).ToColor();
this.interactionLayer.DrawGlTransparentContent += Draw_GlTransparentContent;