From baaf01683e110a99a2dd98e9fcc8feeadc693f4f Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 12 Sep 2014 08:23:13 -0700 Subject: [PATCH] removed some verbose comments --- libraries/entities/src/AddEntityOperator.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/entities/src/AddEntityOperator.cpp b/libraries/entities/src/AddEntityOperator.cpp index d70aad1e1d..34ccc75030 100644 --- a/libraries/entities/src/AddEntityOperator.cpp +++ b/libraries/entities/src/AddEntityOperator.cpp @@ -25,12 +25,6 @@ AddEntityOperator::AddEntityOperator(EntityTree* tree, { // caller must have verified existence of newEntity assert(_newEntity); - - - // Here we have a choice to make, do we want to "tight fit" the actual minimum for the - // entity into the the element, or do we want to use the entities "relaxed" bounds - // which can handle all potential rotations? - // the getMaximumAACube is the relaxed form. _newEntityBox = _newEntity->getMaximumAACube().clamp(0.0f, 1.0f); }