diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lldrawable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h index c10c49c..52082ad 100644 --- a/linden/indra/newview/lldrawable.h +++ b/linden/indra/newview/lldrawable.h | |||
@@ -48,6 +48,7 @@ | |||
48 | #include "llstat.h" | 48 | #include "llstat.h" |
49 | #include "llviewerobject.h" | 49 | #include "llviewerobject.h" |
50 | #include "llrect.h" | 50 | #include "llrect.h" |
51 | #include "llappviewer.h" // for gFrameTimeSeconds | ||
51 | 52 | ||
52 | class LLCamera; | 53 | class LLCamera; |
53 | class LLDrawPool; | 54 | class LLDrawPool; |
@@ -59,8 +60,6 @@ class LLSpatialPartition; | |||
59 | class LLVOVolume; | 60 | class LLVOVolume; |
60 | class LLViewerImage; | 61 | class LLViewerImage; |
61 | 62 | ||
62 | extern F32 gFrameTimeSeconds; | ||
63 | |||
64 | // Can have multiple silhouettes for each object | 63 | // Can have multiple silhouettes for each object |
65 | const U32 SILHOUETTE_HIGHLIGHT = 0; | 64 | const U32 SILHOUETTE_HIGHLIGHT = 0; |
66 | 65 | ||