summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llterrainpaintmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llterrainpaintmap.cpp b/indra/newview/llterrainpaintmap.cpp
index ec40f299a4..09caba8faa 100644
--- a/indra/newview/llterrainpaintmap.cpp
+++ b/indra/newview/llterrainpaintmap.cpp
@@ -846,7 +846,7 @@ bool LLTerrainQueue<T>::enqueue(std::vector<std::shared_ptr<T>>& list)
constexpr bool dry_run = true;
for (auto& t : list)
{
- if (!enqueue(t), dry_run) { return false; }
+ if (!enqueue(t, dry_run)) { return false; }
}
for (auto& t : list)
{