diff options
Diffstat (limited to 'linden/indra/newview/llviewerregion.h')
-rw-r--r-- | linden/indra/newview/llviewerregion.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerregion.h b/linden/indra/newview/llviewerregion.h index d65ad23..58ebf60 100644 --- a/linden/indra/newview/llviewerregion.h +++ b/linden/indra/newview/llviewerregion.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2001-2008, Linden Research, Inc. | 7 | * Copyright (c) 2001-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -81,6 +81,7 @@ public: | |||
81 | PARTITION_GRASS, | 81 | PARTITION_GRASS, |
82 | PARTITION_VOLUME, | 82 | PARTITION_VOLUME, |
83 | PARTITION_BRIDGE, | 83 | PARTITION_BRIDGE, |
84 | PARTITION_HUD_PARTICLE, | ||
84 | PARTITION_NONE, | 85 | PARTITION_NONE, |
85 | NUM_PARTITIONS | 86 | NUM_PARTITIONS |
86 | } eObjectPartitions; | 87 | } eObjectPartitions; |