aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llvosky.cpp
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-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.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