diff options
Diffstat (limited to 'linden/indra/llmath/llvolumemgr.cpp')
-rw-r--r-- | linden/indra/llmath/llvolumemgr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llmath/llvolumemgr.cpp b/linden/indra/llmath/llvolumemgr.cpp index 2aa480c..eac407f 100644 --- a/linden/indra/llmath/llvolumemgr.cpp +++ b/linden/indra/llmath/llvolumemgr.cpp | |||
@@ -3,6 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (c) 2002-2007, Linden Research, Inc. | 4 | * Copyright (c) 2002-2007, Linden Research, Inc. |
5 | * | 5 | * |
6 | * Second Life Viewer Source Code | ||
6 | * The source code in this file ("Source Code") is provided by Linden Lab | 7 | * The source code in this file ("Source Code") is provided by Linden Lab |
7 | * to you under the terms of the GNU General Public License, version 2.0 | 8 | * to you under the terms of the GNU General Public License, version 2.0 |
8 | * ("GPL"), unless you have obtained a separate licensing agreement | 9 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -297,7 +298,7 @@ F32 LLVolumeLODGroup::dump() | |||
297 | } | 298 | } |
298 | usage = usage / (F32)NUM_LODS; | 299 | usage = usage / (F32)NUM_LODS; |
299 | 300 | ||
300 | snprintf(dump_str, sizeof(dump_str), "%.3f %d %d %d %d", usage, mAccessCount[0], mAccessCount[1], mAccessCount[2], mAccessCount[3]); /* Flawfinder: ignore */ | 301 | snprintf(dump_str, sizeof(dump_str), "%.3f %d %d %d %d", usage, mAccessCount[0], mAccessCount[1], mAccessCount[2], mAccessCount[3]); /* Flawfinder: ignore */ |
301 | 302 | ||
302 | llinfos << dump_str << llendl; | 303 | llinfos << dump_str << llendl; |
303 | return usage; | 304 | return usage; |