diff options
author | Dave Parks <davep@lindenlab.com> | 2010-02-25 15:19:44 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-02-25 15:19:44 -0600 |
commit | 1ceceecf7501076fa92fa7c9eb5cdf1aa8d5191e (patch) | |
tree | 260df28244977251de2cba942074eca9923c24bd /indra/newview/llviewerobject.h | |
parent | 625dd5ead25a71cceb2973192438ae9442ed73d1 (diff) |
LOD tweaking (sort of) works again in importer.
Got rid of another spot that was loading meshes as textures.
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 266c40d493..bf5e0b6656 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -229,6 +229,7 @@ public: virtual BOOL isFlexible() const { return FALSE; } virtual BOOL isSculpted() const { return FALSE; } + virtual BOOL isMesh() const { return FALSE; } virtual BOOL hasLightTexture() const { return FALSE; } // This method returns true if the object is over land owned by |