full light

This commit is contained in:
Chris Danford
2004-01-23 08:23:22 +00:00
parent 08430d2123
commit d505a60d5a
+3 -3
View File
@@ -1007,9 +1007,9 @@ void BGAnimationLayer::Draw()
DISPLAY->SetLighting( true ); DISPLAY->SetLighting( true );
DISPLAY->SetLightDirectional( DISPLAY->SetLightDirectional(
0, 0,
RageColor(0.6f,0.6f,0.6f,1), RageColor(1,1,1,1),
RageColor(0.9f,0.9f,0.9f,1), RageColor(1,1,1,1),
RageColor(0.1f,0.1f,0.1f,1), RageColor(1,1,1,1),
RageVector3(0,0,1) ); RageVector3(0,0,1) );
} }