1
0

Change wind info color

This commit is contained in:
Victor 2014-03-25 16:14:06 +02:00
parent 188578d49f
commit 8daeb7030f

View File

@ -30,7 +30,7 @@ public final class Wind {
final int x = (WIDTH - valueWidth) / 2; final int x = (WIDTH - valueWidth) / 2;
final int y = metrics.getHeight(); final int y = metrics.getHeight();
g.setColor(Color.RED); g.setColor(Color.LIGHT_GRAY);
if (speed < 0) { if (speed < 0) {
g.drawString("", x - 2 * valueWidth, y); g.drawString("", x - 2 * valueWidth, y);
} else if (speed > 0) { } else if (speed > 0) {