diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-17 00:51:13 +0100 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-17 20:45:34 +0200 |
| commit | 088f2f4f6545ebc2ee01945938a40ae5c87ad27a (patch) | |
| tree | d5638d04461f3a549f398ead86076069bced9ff9 /indra/llappearance/llpolymorph.h | |
| parent | 17cb28ec2b4f290f7492eb9c765be114b0cd435f (diff) | |
More BOOL to bool replacements primarily in llappearance and llxml
Diffstat (limited to 'indra/llappearance/llpolymorph.h')
| -rw-r--r-- | indra/llappearance/llpolymorph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llpolymorph.h b/indra/llappearance/llpolymorph.h index 5544344036..a932433819 100644 --- a/indra/llappearance/llpolymorph.h +++ b/indra/llappearance/llpolymorph.h @@ -183,7 +183,7 @@ protected: LLPolyVertexMask * mVertMask; ESex mLastSex; // number of morph masks that haven't been generated, must be 0 before this morph is applied - BOOL mNumMorphMasksPending; + S32 mNumMorphMasksPending; typedef std::vector<LLPolyVolumeMorph> volume_list_t; volume_list_t mVolumeMorphs; |
