diff options
Diffstat (limited to 'indra/newview/llpbrterrainfeatures.cpp')
-rw-r--r-- | indra/newview/llpbrterrainfeatures.cpp | 2 |
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)); } |