altoslib: Make AltosReplayReader start synchronously enough to track states
[fw/altos] / altosui / AltosFlightUI.java
index 23a62e958200771a14c09e452b45c442490e553c..12277f8921e193a437a002b58a16dfc8c2e7bcde 100644 (file)
@@ -147,7 +147,7 @@ public class AltosFlightUI extends AltosUIFrame implements AltosFlightDisplay {
                        }
                }
 
-               if (state.gps != null && state.gps.connected) {
+               if (state.gps != null) {
                        if (!has_map) {
                                pane.add("Site Map", sitemap);
                                has_map = true;