Make orange stone color more orange

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@228 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-10 16:53:43 +02:00
parent 982c2e6e2b
commit fa00c661d5

View file

@ -78,7 +78,7 @@ class StonePainter {
case BLUE:
return new Color(0.0f, 0.0f, 1.0f);
case ORANGE:
return new Color(1.0f, 0.6f, 0.0f);
return new Color(1.0f, 0.4f, 0.0f);
case RED:
return new Color(0.9f, 0.0f, 0.25f);
}