summaryrefslogtreecommitdiff
path: root/indra/newview/llpbrterrainfeatures.cpp
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2024-06-10 11:16:12 -0700
committerCosmic Linden <cosmic@lindenlab.com>2024-06-10 11:16:12 -0700
commiteb431ee87948453beec41d4edb22b127b4b01446 (patch)
treea83e9fc955535c84f90248394da3378aec15948c /indra/newview/llpbrterrainfeatures.cpp
parent6de0086ae9c678dafa8a26eb117279a487860f2f (diff)
secondlife/viewer#1475: Fix whitespace and remove comment
Diffstat (limited to 'indra/newview/llpbrterrainfeatures.cpp')
-rw-r--r--indra/newview/llpbrterrainfeatures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpbrterrainfeatures.cpp b/indra/newview/llpbrterrainfeatures.cpp
index 87720395f4..bb771c6963 100644
--- a/indra/newview/llpbrterrainfeatures.cpp
+++ b/indra/newview/llpbrterrainfeatures.cpp
@@ -76,7 +76,7 @@ void LLPBRTerrainFeatures::queueModify(LLViewerRegion& region, const LLModifyReg
LLCoros::instance().launch("modifyRegionCoro",
std::bind(&LLPBRTerrainFeatures::modifyRegionCoro,
- region.getCapability("ModifyRegion"), // TODO: May actually need a cap for this
+ region.getCapability("ModifyRegion"),
updates,
nullptr));
}