summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llbvhloader.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-12 11:17:23 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-12 11:17:23 -0400
commit932412e1dbc2d684970a1398e140f7d2757e0440 (patch)
treea32a9271ad65ae89e0d5620dcf21a34aa3ba6420 /indra/llcharacter/llbvhloader.cpp
parent47093f6e52741f36fcc782cb52e54baf9f6e3acf (diff)
SL-109 WIP - code cleanup
Diffstat (limited to 'indra/llcharacter/llbvhloader.cpp')
-rwxr-xr-xindra/llcharacter/llbvhloader.cpp2
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 )