diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-02-06 13:44:54 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-02-06 13:44:54 +0000 |
commit | 2d3b805b949a294d3f298eb3d786aac777ebb51e (patch) | |
tree | 16e5ddb7e6911c5d7b020faced1d3f033fabdf33 /indra/llcharacter | |
parent | a77344516ce00ed7b447626c1d57195dd183b7f9 (diff) |
SL-10471 - collision volume api
Diffstat (limited to 'indra/llcharacter')
-rw-r--r-- | indra/llcharacter/llcharacter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llcharacter.h b/indra/llcharacter/llcharacter.h index 1a3e307663..2fac5f53a6 100644 --- a/indra/llcharacter/llcharacter.h +++ b/indra/llcharacter/llcharacter.h @@ -177,7 +177,7 @@ public: virtual LLVector3 getVolumePos(S32 joint_index, LLVector3& volume_offset) { return LLVector3::zero; } - virtual LLJoint* findCollisionVolume(U32 volume_id) { return NULL; } + virtual LLJoint* findCollisionVolume(S32 volume_id) { return NULL; } virtual S32 getCollisionVolumeID(std::string &name) { return -1; } |