[PD] [skip CI] FeatureExtrude.cpp: fix a comment

This commit is contained in:
Uwe
2022-07-19 03:30:48 +02:00
parent b3ee50a749
commit 43f289f27a

View File

@@ -277,7 +277,7 @@ void FeatureExtrude::generateTaperedPrism(TopoDS_Shape& prism,
void FeatureExtrude::updateProperties(const std::string &method)
{
// disable settings that are not valid on the current method
// disable everything unless we are sure we don't need it
// disable everything unless we are sure we need it
bool isLengthEnabled = false;
bool isLength2Enabled = false;
bool isOffsetEnabled = false;