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/llvosky.cpp | |
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/llvosky.cpp')
-rw-r--r-- | linden/indra/newview/llvosky.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llvosky.cpp b/linden/indra/newview/llvosky.cpp index d3c24a6..b8d994d 100644 --- a/linden/indra/newview/llvosky.cpp +++ b/linden/indra/newview/llvosky.cpp | |||
@@ -53,7 +53,6 @@ | |||
53 | #include "llviewerregion.h" | 53 | #include "llviewerregion.h" |
54 | #include "llworld.h" | 54 | #include "llworld.h" |
55 | #include "pipeline.h" | 55 | #include "pipeline.h" |
56 | #include "viewer.h" // for gSunTextureID | ||
57 | 56 | ||
58 | const S32 NUM_TILES_X = 8; | 57 | const S32 NUM_TILES_X = 8; |
59 | const S32 NUM_TILES_Y = 4; | 58 | const S32 NUM_TILES_Y = 4; |
@@ -72,6 +71,10 @@ const LLVector2 TEX01 = LLVector2(0.f, 1.f); | |||
72 | const LLVector2 TEX10 = LLVector2(1.f, 0.f); | 71 | const LLVector2 TEX10 = LLVector2(1.f, 0.f); |
73 | const LLVector2 TEX11 = LLVector2(1.f, 1.f); | 72 | const LLVector2 TEX11 = LLVector2(1.f, 1.f); |
74 | 73 | ||
74 | // Exported globals | ||
75 | LLUUID gSunTextureID = IMG_SUN; | ||
76 | LLUUID gMoonTextureID = IMG_MOON; | ||
77 | |||
75 | //static | 78 | //static |
76 | LLColor3 LLHaze::sAirScaSeaLevel; | 79 | LLColor3 LLHaze::sAirScaSeaLevel; |
77 | 80 | ||