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:
parent
982c2e6e2b
commit
fa00c661d5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue