aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvosky.cpp5
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
58const S32 NUM_TILES_X = 8; 57const S32 NUM_TILES_X = 8;
59const S32 NUM_TILES_Y = 4; 58const S32 NUM_TILES_Y = 4;
@@ -72,6 +71,10 @@ const LLVector2 TEX01 = LLVector2(0.f, 1.f);
72const LLVector2 TEX10 = LLVector2(1.f, 0.f); 71const LLVector2 TEX10 = LLVector2(1.f, 0.f);
73const LLVector2 TEX11 = LLVector2(1.f, 1.f); 72const LLVector2 TEX11 = LLVector2(1.f, 1.f);
74 73
74// Exported globals
75LLUUID gSunTextureID = IMG_SUN;
76LLUUID gMoonTextureID = IMG_MOON;
77
75//static 78//static
76LLColor3 LLHaze::sAirScaSeaLevel; 79LLColor3 LLHaze::sAirScaSeaLevel;
77 80