From f0c027033090e7ff22c9f278dc7cc13ad59dc948 Mon Sep 17 00:00:00 2001 From: Ben Nordstrom Date: Fri, 30 Nov 2001 04:38:36 +0000 Subject: [PATCH] no message --- stepmania/src/GrayArrow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/GrayArrow.cpp b/stepmania/src/GrayArrow.cpp index 6fbc170cbe..65f03ea272 100644 --- a/stepmania/src/GrayArrow.cpp +++ b/stepmania/src/GrayArrow.cpp @@ -64,8 +64,8 @@ void GrayArrow::CalculateColor( const float fBeatsTilStep ) } // shift the level a little so we never have entirely black or white. - fOutline *= 0.5f; - fOutline += 0.25f; + fOutline *= 0.45f; + fOutline += 0.3f; fMidSection *= 0.4f; fMidSection += 0.4f;