aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerobject.cpp')
-rw-r--r--linden/indra/newview/llviewerobject.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/linden/indra/newview/llviewerobject.cpp b/linden/indra/newview/llviewerobject.cpp
index 0c9ca01..4c6f279 100644
--- a/linden/indra/newview/llviewerobject.cpp
+++ b/linden/indra/newview/llviewerobject.cpp
@@ -95,13 +95,12 @@
95#include "llworld.h" 95#include "llworld.h"
96#include "llui.h" 96#include "llui.h"
97#include "pipeline.h" 97#include "pipeline.h"
98#include "viewer.h" 98#include "llappviewer.h"
99 99
100//#define DEBUG_UPDATE_TYPE 100//#define DEBUG_UPDATE_TYPE
101 101
102extern BOOL gVelocityInterpolate; 102BOOL gVelocityInterpolate = TRUE;
103extern BOOL gPingInterpolate; 103BOOL gPingInterpolate = TRUE;
104extern U32 gFrameCount;
105 104
106U32 LLViewerObject::sNumZombieObjects = 0; 105U32 LLViewerObject::sNumZombieObjects = 0;
107S32 LLViewerObject::sNumObjects = 0; 106S32 LLViewerObject::sNumObjects = 0;