Skip to content
Snippets Groups Projects
Commit 1ef70ff1 authored by Ptolemy's avatar Ptolemy
Browse files

SL-14113 Cleanup face magic number

parent 290c66eb
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ void LLDrawPoolSky::renderSkyFace(U8 index)
return;
}
if (index < 6) // sky tex...interp
if (index < LLVOSky::FACE_SUN) // sky tex...interp
{
llassert(mSkyTex);
mSkyTex[index].bindTexture(true); // bind the current tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment