diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-09 21:13:54 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-09 21:13:54 +0100 |
commit | c5dc0ee36e8d17fd0cf25f5a1fbdfb8609a64ee0 (patch) | |
tree | 8efb79ca33fda8b29fd46dbdfc44d9d8a6231d3e /indra/newview/llvograss.cpp | |
parent | c9baf4c66157c601cc4d4e325c7843b3bf9a0cad (diff) |
SL-704 - code cleanup
Diffstat (limited to 'indra/newview/llvograss.cpp')
-rw-r--r-- | indra/newview/llvograss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvograss.cpp b/indra/newview/llvograss.cpp index e7e4e6f228..337f969f3d 100644 --- a/indra/newview/llvograss.cpp +++ b/indra/newview/llvograss.cpp @@ -92,7 +92,7 @@ LLVOGrass::~LLVOGrass() void LLVOGrass::updateSpecies() { - // TRIF is grass still even supported? This use of state seems odd. + // AXON is grass still even supported? This use of state seems odd. mSpecies = getAttachmentState(); if (!sSpeciesTable.count(mSpecies)) |