diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/lldrawable.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/lldrawable.h')
-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 | ||