diff options
author | Richard Linden <none@none> | 2012-04-12 17:18:34 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-04-12 17:18:34 -0700 |
commit | 855fbc0bf331c116d20d402f427535f060f70345 (patch) | |
tree | 112de7ff155330757fbea7d419ab5c4458f79810 /indra/newview | |
parent | a3d08c2355e35758b27b0fb7dca926959c440e63 (diff) |
fixed UI not working at all due to bad param blocks
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index f47cce9a4d..c483aa58c9 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -248,7 +248,7 @@ struct LLVOAvatarCollisionVolumeInfo : public LLInitParam::Block<LLVOAvatarColli struct LLVOAvatarChildJoint : public LLInitParam::ChoiceBlock<LLVOAvatarChildJoint> { - Alternative<Lazy<struct LLVOAvatarBoneInfo> > bone; + Alternative<Lazy<struct LLVOAvatarBoneInfo, IS_BLOCK> > bone; Alternative<LLVOAvatarCollisionVolumeInfo> collision_volume; LLVOAvatarChildJoint() |