diff options
author | Dave Parks <davep@lindenlab.com> | 2010-03-09 14:53:22 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-03-09 14:53:22 -0600 |
commit | d6547a9b84695b994eef5425d62d19929478109a (patch) | |
tree | 51c9bad159d3fc39f9a48fb87d97a943bf2a0124 /indra/llmath | |
parent | 8da956d60926cb9c62c15e6766ea542049690777 (diff) | |
parent | d60f5e937f2ed264f3e01eec7e32b9260e3d772f (diff) |
merge
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/llvolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 904786079f..d85c56046f 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -1918,7 +1918,7 @@ BOOL LLVolume::createVolumeFacesFromStream(std::istream& is) std::string nm[] = { - "impostor", + "lowest_lod", "low_lod", "medium_lod", "high_lod" |