diff options
| author | Richard Linden <none@none> | 2013-05-05 17:45:35 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-05-05 17:45:35 -0700 |
| commit | 6b81b8629e67d82a7620e48781ded73b6e6126ea (patch) | |
| tree | b029ca5925dd2eb0f6ccc952bf8d71dd23f45cf1 /indra/newview/lldrawable.cpp | |
| parent | 41e5bf346eaa0a43646058691cc8090ddfe498e9 (diff) | |
Spring cleaning: removed unused .cpp and.h files, and cleaned up header dependencies
Diffstat (limited to 'indra/newview/lldrawable.cpp')
| -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 4d72dd1343..dbd4142d44 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -79,7 +79,7 @@ LLTrace::MemStatHandle LLDrawable::sMemStat("LLDrawable"); // static U32 LLDrawable::sNumZombieDrawables = 0; F32 LLDrawable::sCurPixelAngle = 0; -LLDynamicArrayPtr<LLPointer<LLDrawable> > LLDrawable::sDeadList; +LLDynamicArray<LLPointer<LLDrawable>, 32 > LLDrawable::sDeadList; #define FORCE_INVISIBLE_AREA 16.f |
