From d505a60d5ab1c172b573a097d7a79c6ceaae4558 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 23 Jan 2004 08:23:22 +0000 Subject: [PATCH] full light --- stepmania/src/BGAnimationLayer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 809617d70b..db48f09e53 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -1007,10 +1007,10 @@ void BGAnimationLayer::Draw() DISPLAY->SetLighting( true ); DISPLAY->SetLightDirectional( 0, - RageColor(0.6f,0.6f,0.6f,1), - RageColor(0.9f,0.9f,0.9f,1), - RageColor(0.1f,0.1f,0.1f,1), - RageVector3(0, 0, 1) ); + RageColor(1,1,1,1), + RageColor(1,1,1,1), + RageColor(1,1,1,1), + RageVector3(0,0,1) ); } for( unsigned i=0; i