diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-12 11:17:23 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-12 11:17:23 -0400 |
commit | 932412e1dbc2d684970a1398e140f7d2757e0440 (patch) | |
tree | a32a9271ad65ae89e0d5620dcf21a34aa3ba6420 /indra/llcharacter/llbvhloader.cpp | |
parent | 47093f6e52741f36fcc782cb52e54baf9f6e3acf (diff) |
SL-109 WIP - code cleanup
Diffstat (limited to 'indra/llcharacter/llbvhloader.cpp')
-rwxr-xr-x | indra/llcharacter/llbvhloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llbvhloader.cpp b/indra/llcharacter/llbvhloader.cpp index c3346091b8..4dedeeab52 100755 --- a/indra/llcharacter/llbvhloader.cpp +++ b/indra/llcharacter/llbvhloader.cpp @@ -903,7 +903,7 @@ ELoadStatus LLBVHLoader::loadBVHFile(const char *buffer, char* error_text, S32 & return E_ST_NO_CHANNELS; } - // FIXME do we want to open up motion of non-hip joints or + // FIXME BENTO do we want to open up motion of non-hip joints or // not? Already effectively allowed via .anim upload. int res = sscanf(line.c_str(), " CHANNELS %d", &joint->mNumChannels); if ( res != 1 ) |