From e01272d72d977f9844194c278ec4976ccadc7fef Mon Sep 17 00:00:00 2001 From: Areloch Date: Wed, 7 Mar 2018 01:30:44 -0600 Subject: [PATCH] Missed a cleanup line. --- Engine/source/T3D/convexShape.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Engine/source/T3D/convexShape.cpp b/Engine/source/T3D/convexShape.cpp index d73d387bd..bc23798d0 100644 --- a/Engine/source/T3D/convexShape.cpp +++ b/Engine/source/T3D/convexShape.cpp @@ -733,7 +733,6 @@ bool ConvexShape::buildExportPolyList(ColladaUtils::ExportData* exportData, cons meshData->originatingObject = this; meshData->meshTransform = mObjToWorld; meshData->scale = mObjScale; - meshData->fillWithSingleDetail = true; meshData->meshDetailLevels.increment();