From 68fa3ae13c27b34a830bc1f2e6eb31888e12052c Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Fri, 11 Mar 2011 17:10:55 +0100 Subject: [PATCH] HUDs should automatically reposition now --- indra/newview/llvoavatar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 2e1899f25..14e796e6e 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1949,6 +1949,7 @@ BOOL LLVOAvatar::buildSkeleton(const LLVOAvatarSkeletonInfo *info) LLVector3 scale(1.f, aspect, 1.f); mScreenp->setScale(scale); mScreenp->setWorldPosition(LLVector3::zero); + mScreenp->mUpdateXform = TRUE; } return TRUE;