summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-02-05 16:43:38 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-02-05 16:43:38 -0500
commitbd9b56272eb7529b00f861e3ab35b826c73f7ecb (patch)
tree671daf022112e188ab824c1187889e3fb7d0dd2e
parent752a03ee9b4dae8ba7fdf96312682ca5a3163fb7 (diff)
EXT-5034 assert triggered for new avatars in LLVOAvatar::restoreMeshData()
We had commented out the word "virtual" in front of the function definition for some reason. one-liner, reviewed by Bigpapi.
-rw-r--r--indra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index a5815df20a..b5f0ec7176 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -565,7 +565,7 @@ public:
void updateMeshData();
protected:
void releaseMeshData();
- /*virtual*/ void restoreMeshData();
+ virtual void restoreMeshData();
private:
BOOL mDirtyMesh;
BOOL mMeshTexturesDirty;