diff options
Diffstat (limited to '')
-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 | ||