diff options
author | Howard Stearns <howard.stearns@gmail.com> | 2022-05-16 11:39:04 -0700 |
---|---|---|
committer | Howard Stearns <howard.stearns@gmail.com> | 2022-05-16 11:39:04 -0700 |
commit | 87e7b732ba3760ba1585b290d3171ea87437d2fa (patch) | |
tree | 715744667d7154c81ea6c291e53bcfa968059e79 /indra/newview/llmodelpreview.h | |
parent | d2e242ab632a051e0b357efa1fdd0a1a64027f44 (diff) |
SL-98-a - fix jumping ground plane
Diffstat (limited to 'indra/newview/llmodelpreview.h')
-rw-r--r-- | indra/newview/llmodelpreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmodelpreview.h b/indra/newview/llmodelpreview.h index 293af4e83e..d3780e1a7e 100644 --- a/indra/newview/llmodelpreview.h +++ b/indra/newview/llmodelpreview.h @@ -217,6 +217,7 @@ private: LLVOAvatar* getPreviewAvatar(void) { return mPreviewAvatar; } // Count amount of original models, excluding sub-models static U32 countRootModels(LLModelLoader::model_list models); + LLVector3 mGroundPlane[4]; void renderGroundPlane(float z_offset = 0.0f); protected: |