summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-04 09:26:23 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-04 09:26:23 +0100
commit83aed5b6b7aae32c48abcbd3a6bead6e2b099f7d (patch)
tree2b651ee7c55325bde4049577239e779a52a9c19a /indra/newview
parentc13c38e25ea9e754d0bb83bf849eadda94778cc6 (diff)
fix new macro usage.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lldrawable.cpp2
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