oops. don't turn of trace generation.

This commit is contained in:
larsbrubaker 2014-11-04 14:53:02 -08:00
parent bffbb89752
commit e7249ab18a

View file

@ -295,7 +295,9 @@ namespace MatterHackers.MatterControl
#if false // this is to do some timing on creating tracking info
Stopwatch stopWatch = new Stopwatch();
stopWatch.Start();
#endif
perMeshGroupInfo[meshGroupIndex].meshTraceableData.Add(BoundingVolumeHierarchy.CreateNewHierachy(allPolys));
#if false
stopWatch.Stop();
using (StreamWriter outputStream = File.AppendText("output.txt"))
{