Trivial cleanup.
This commit is contained in:
@@ -68,9 +68,6 @@ public:
|
|||||||
void setSkyTex(LLSkyTex* const st) { mSkyTex = st; }
|
void setSkyTex(LLSkyTex* const st) { mSkyTex = st; }
|
||||||
|
|
||||||
void renderSkyCubeFace(U8 side);
|
void renderSkyCubeFace(U8 side);
|
||||||
void renderHeavenlyBody(U8 hb, LLFace* face);
|
|
||||||
void renderSunHalo(LLFace* face);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LL_LLDRAWPOOLSKY_H
|
#endif // LL_LLDRAWPOOLSKY_H
|
||||||
|
|||||||
@@ -222,12 +222,12 @@ std::string gPoolNames[] =
|
|||||||
{
|
{
|
||||||
// Correspond to LLDrawpool enum render type
|
// Correspond to LLDrawpool enum render type
|
||||||
"NONE",
|
"NONE",
|
||||||
"POOL_SIMPLE",
|
|
||||||
"POOL_GROUND",
|
"POOL_GROUND",
|
||||||
|
"POOL_TERRAIN",
|
||||||
|
"POOL_SIMPLE",
|
||||||
"POOL_FULLBRIGHT",
|
"POOL_FULLBRIGHT",
|
||||||
"POOL_BUMP",
|
"POOL_BUMP",
|
||||||
"POOL_MATERIALS",
|
"POOL_MATERIALS",
|
||||||
"POOL_TERRAIN",
|
|
||||||
"POOL_TREE", // Singu Note: Before sky for zcull.
|
"POOL_TREE", // Singu Note: Before sky for zcull.
|
||||||
"POOL_ALPHA_MASK",
|
"POOL_ALPHA_MASK",
|
||||||
"POOL_FULLBRIGHT_ALPHA_MASK",
|
"POOL_FULLBRIGHT_ALPHA_MASK",
|
||||||
|
|||||||
Reference in New Issue
Block a user