diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:26:23 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:26:23 +0100 | 
| commit | 83aed5b6b7aae32c48abcbd3a6bead6e2b099f7d (patch) | |
| tree | 2b651ee7c55325bde4049577239e779a52a9c19a | |
| parent | c13c38e25ea9e754d0bb83bf849eadda94778cc6 (diff) | |
fix new macro usage.
| -rw-r--r-- | indra/newview/lldrawable.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index 96ec51300f..ca408a309e 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -95,7 +95,7 @@ void LLDrawable::incrementVisible()  void LLDrawable::init()  { -	mExtents = (LLVector4a*) ll_aligned_malloc_32(sizeof(LLVector4a)*3, 32); +	mExtents = (LLVector4a*) ll_aligned_malloc_32(sizeof(LLVector4a)*3);  	mPositionGroup = mExtents + 2;  	// mXform | 
