From 77d8e43adf3d2ba73eac75a02afc710f04cf5065 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 1 Jul 2013 15:21:32 +0200 Subject: [PATCH] Synchronized LLCharacter with V3 --- indra/llcharacter/llvisualparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcharacter/llvisualparam.h b/indra/llcharacter/llvisualparam.h index 9000be8fe0..60ea7a369a 100644 --- a/indra/llcharacter/llvisualparam.h +++ b/indra/llcharacter/llvisualparam.h @@ -175,6 +175,6 @@ protected: S32 mID; // id for storing weight/morphtarget compares compactly LLVisualParamInfo *mInfo; EParamLocation mParamLocation; // where does this visual param live? -}; +} LL_ALIGN_POSTFIX(16); #endif // LL_LLVisualParam_H