Factor in mAvatarOffset(hover) when calculating the legacy offset, though I doubt this helps.

This commit is contained in:
Inusaito Sayori
2014-07-21 19:07:16 -04:00
parent bd7e291787
commit bf9d3acf33

View File

@@ -3258,7 +3258,7 @@ LLVector3 LLVOAvatarSelf::getLegacyAvatarOffset() const
if(on_pose_stand)
offset.mV[VZ] += 7.5f;
return offset;
return mAvatarOffset + offset;
}
// static