Tomasz Zieliński hai 1 mes
pai
achega
1cd5a71e64
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/rmg/RmgPath.cpp

+ 0 - 1
lib/rmg/RmgPath.cpp

@@ -257,7 +257,6 @@ float Path::distanceToCubicBezier(const int3 & point, const int3 & p0, const int
 			minDistSq = distSq;
 	}
 
-	//return std::sqrt(minDistSq);
 	return minDistSq;
 }