From 5160aab492981eae5565c414dbe87070ea04f42d Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Tue, 24 Mar 2015 11:54:30 -0700 Subject: Fix viewer-release merge snaffu. Note that mInitialBakesLoaded (new in viewer-release) is not used and generates a compile error when using the new build tools --- indra/newview/llvoavatarself.cpp | 2 +- indra/newview/llvoavatarself.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index ae7a233876..4bd24a4923 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -178,7 +178,7 @@ LLVOAvatarSelf::LLVOAvatarSelf(const LLUUID& id, mScreenp(NULL), mLastRegionHandle(0), mRegionCrossingCount(0), - mInitialBakesLoaded(false), + //mInitialBakesLoaded(false), // Value outside legal range, so will always be a mismatch the // first time through. mLastHoverOffsetSent(LLVector3(0.0f, 0.0f, -999.0f)) diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index dc5e64d547..0ff96e0837 100755 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -109,6 +109,7 @@ private: private: LLUUID mInitialBakeIDs[6]; + //bool mInitialBakesLoaded; /******************************************************************************** -- cgit v1.2.3