We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79f2c0 commit e93eaeeCopy full SHA for e93eaee
vtm/src/org/oscim/renderer/MapRenderer.java
@@ -72,7 +72,7 @@ public MapRenderer(Map map) {
72
/* FIXME should be done in 'destroy' method
73
* clear all previous vbo refs */
74
BufferObject.clear();
75
- setBackgroundColor(Color.DKGRAY);
+ setBackgroundColor(Color.LTGRAY);
76
}
77
78
public static void setBackgroundColor(int color) {
0 commit comments