diff options
author | Dave Parks <davep@lindenlab.com> | 2010-03-09 14:28:06 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-03-09 14:28:06 -0600 |
commit | d60f5e937f2ed264f3e01eec7e32b9260e3d772f (patch) | |
tree | 4d8fd4e1d0eeb92b36d62c469e6c1d77adb35df8 /indra/llmath | |
parent | 68991a2cce21932137a2d678f4258dad83ee27d6 (diff) |
Tool tips for model preview. Rename "Impostor" to "Lowest"
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" |