diff options
author | Dave Parks <davep@lindenlab.com> | 2010-03-13 17:39:32 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-03-13 17:39:32 -0600 |
commit | 71d11af31083ced30da7b67a2a63e624c93b44a3 (patch) | |
tree | af081ffc16a5462032eb2dfd5ea79e32bd36373a /indra/llmath/llvolume.h | |
parent | 294e7036e48b7efc17b2d48ebc050045bb0c5d14 (diff) |
Mesh cache. Has a bug.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index f1c1fdceba..60c1569e55 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -1009,7 +1009,7 @@ protected: public: virtual BOOL createVolumeFacesFromFile(const std::string& file_name); virtual BOOL createVolumeFacesFromStream(std::istream& is); - virtual BOOL unpackVolumeFaces(std::istream& is, S32 size); + virtual bool unpackVolumeFaces(std::istream& is, S32 size); virtual void makeTetrahedron(); virtual BOOL isTetrahedron(); |