Skip to content

Commit e93eaee

Browse files
committed
Map default background color light gray
1 parent a79f2c0 commit e93eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtm/src/org/oscim/renderer/MapRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public MapRenderer(Map map) {
7272
/* FIXME should be done in 'destroy' method
7373
* clear all previous vbo refs */
7474
BufferObject.clear();
75-
setBackgroundColor(Color.DKGRAY);
75+
setBackgroundColor(Color.LTGRAY);
7676
}
7777

7878
public static void setBackgroundColor(int color) {

0 commit comments

Comments
 (0)