diff options
Diffstat (limited to 'altosui/AltosGraphUI.java')
| -rw-r--r-- | altosui/AltosGraphUI.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java index f6e57e7e..d8b8f6dd 100644 --- a/altosui/AltosGraphUI.java +++ b/altosui/AltosGraphUI.java @@ -35,7 +35,7 @@ public class AltosGraphUI extends AltosUIFrame  			if (state.gps != null && state.gps.locked && state.gps.nsat >= 4) {  				if (map == null)  					map = new AltosSiteMap(); -				map.show(state, 0); +				map.show(state, null);  				has_gps = true;  			}  		}  | 
