From f05ce5eaed1c3ee2d521281f4f7dac05bc64d77e Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 31 Dec 2003 03:42:59 +0000 Subject: [PATCH] change NoteSkin lighting --- stepmania/src/NoteDisplay.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/NoteDisplay.cpp b/stepmania/src/NoteDisplay.cpp index 59c1f72331..065403c108 100644 --- a/stepmania/src/NoteDisplay.cpp +++ b/stepmania/src/NoteDisplay.cpp @@ -729,7 +729,7 @@ void NoteDisplay::DrawHoldTail( const HoldNote& hn, bool bActive, float fYTail, DISPLAY->SetLighting( true ); DISPLAY->SetLightDirectional( 0, - RageColor(0.1f,0.1f,0.1f,1), + RageColor(1,1,1,1), RageColor(1,1,1,1), RageColor(1,1,1,1), RageVector3(1, 0, +1) ); @@ -780,7 +780,7 @@ void NoteDisplay::DrawHoldHead( const HoldNote& hn, bool bActive, float fYHead, DISPLAY->SetLighting( true ); DISPLAY->SetLightDirectional( 0, - RageColor(0.1f,0.1f,0.1f,1), + RageColor(1,1,1,1), RageColor(1,1,1,1), RageColor(1,1,1,1), RageVector3(1, 0, +1) ); @@ -869,7 +869,7 @@ void NoteDisplay::DrawActor( Actor* pActor, int iCol, float fBeat, float fPercen DISPLAY->SetLighting( true ); DISPLAY->SetLightDirectional( 0, - RageColor(0.1f,0.1f,0.1f,1), + RageColor(1,1,1,1), RageColor(1,1,1,1), RageColor(1,1,1,1), RageVector3(1, 0, +1) );