diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-13 02:09:21 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-13 02:09:21 +0000 |
commit | da1a303fc33b098f133cb72a8bac9d8e886d65df (patch) | |
tree | 2cb9d60ce87b74ca836faeba859dfc5744e244c6 /indra/llappearance/llavatarjointmesh.h | |
parent | 7ff613a7f1833d8b4edfa78894cae57e887bd7af (diff) |
Moved most of the appearance utility application level logic into LLAppAppearanceUtility. Added LLBakingProcess class for adding new process modes. Create a couple concrete classes for llappearance base classes.
Diffstat (limited to 'indra/llappearance/llavatarjointmesh.h')
-rwxr-xr-x | indra/llappearance/llavatarjointmesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarjointmesh.h b/indra/llappearance/llavatarjointmesh.h index 4b56a168ac..427375e733 100755 --- a/indra/llappearance/llavatarjointmesh.h +++ b/indra/llappearance/llavatarjointmesh.h @@ -1,6 +1,6 @@ /** * @file llavatarjointmesh.h - * @brief Implementation of LLAvatarJointMesh class + * @brief Declaration of LLAvatarJointMesh class * * $LicenseInfo:firstyear=2001&license=viewerlgpl$ * Second Life Viewer Source Code |