Trivial cleanup.

This commit is contained in:
Shyotl
2019-04-03 13:56:26 -05:00
parent ac2d16b15c
commit af8bb2a992
2 changed files with 2 additions and 5 deletions

View File

@@ -68,9 +68,6 @@ public:
void setSkyTex(LLSkyTex* const st) { mSkyTex = st; }
void renderSkyCubeFace(U8 side);
void renderHeavenlyBody(U8 hb, LLFace* face);
void renderSunHalo(LLFace* face);
};
#endif // LL_LLDRAWPOOLSKY_H

View File

@@ -222,12 +222,12 @@ std::string gPoolNames[] =
{
// Correspond to LLDrawpool enum render type
"NONE",
"POOL_SIMPLE",
"POOL_GROUND",
"POOL_TERRAIN",
"POOL_SIMPLE",
"POOL_FULLBRIGHT",
"POOL_BUMP",
"POOL_MATERIALS",
"POOL_TERRAIN",
"POOL_TREE", // Singu Note: Before sky for zcull.
"POOL_ALPHA_MASK",
"POOL_FULLBRIGHT_ALPHA_MASK",