Factor in mAvatarOffset(hover) when calculating the legacy offset, though I doubt this helps.
This commit is contained in:
@@ -3258,7 +3258,7 @@ LLVector3 LLVOAvatarSelf::getLegacyAvatarOffset() const
|
||||
if(on_pose_stand)
|
||||
offset.mV[VZ] += 7.5f;
|
||||
|
||||
return offset;
|
||||
return mAvatarOffset + offset;
|
||||
}
|
||||
|
||||
// static
|
||||
|
||||
Reference in New Issue
Block a user