Fixing some issues with high-res snapshots.

This commit is contained in:
Shyotl
2011-05-27 14:01:23 -05:00
parent 45d84f88ab
commit 2f3a8fb6c0
2 changed files with 17 additions and 1 deletions

View File

@@ -4848,6 +4848,7 @@ void LLPipeline::enableLightsFullbright(const LLColor4& color)
void LLPipeline::disableLights()
{
enableLights(0); // no lighting (full bright)
glColor4f(1.f, 1.f, 1.f, 1.f);
}
//============================================================================