Skip to content
Snippets Groups Projects
Commit e0b29b67 authored by callum's avatar callum
Browse files

EXP-1853 FIX Misspelled value in llbvhloader.cpp

parent ecb18174
No related branches found
No related tags found
No related merge requests found
......@@ -1570,7 +1570,7 @@ BOOL LLBVHLoader::serialize(LLDataPacker& dp)
constraint_it++)
{
U8 byte = constraint_it->mChainLength;
dp.packU8(byte, "chain_lenght");
dp.packU8(byte, "chain_length");
byte = constraint_it->mConstraintType;
dp.packU8(byte, "constraint_type");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment