diff options
author | prep <none@none> | 2012-06-01 15:48:19 -0400 |
---|---|---|
committer | prep <none@none> | 2012-06-01 15:48:19 -0400 |
commit | a8ff37b95609148c60ddda9acfca65b2b89d6b9d (patch) | |
tree | 391f3c53eebb67a5efedfbfb46b9714a374baffe /indra/newview/llpathfindingcharacter.h | |
parent | ed486b3ca00c12aee5b1f594f9f8e507e784996a (diff) |
Migrated physics capsule logic into pathing character object
Diffstat (limited to 'indra/newview/llpathfindingcharacter.h')
-rw-r--r-- | indra/newview/llpathfindingcharacter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpathfindingcharacter.h b/indra/newview/llpathfindingcharacter.h index 6887a99886..772b68c533 100644 --- a/indra/newview/llpathfindingcharacter.h +++ b/indra/newview/llpathfindingcharacter.h @@ -52,6 +52,8 @@ public: protected: +public: + private: void parseCharacterData(const LLSD &pCharacterData); |