summaryrefslogtreecommitdiff
path: root/altosui
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-05-26 00:46:21 -0700
committerKeith Packard <keithp@keithp.com>2015-05-26 00:46:21 -0700
commitf41fe2291891b28327c332098bdc601bc75fc4c0 (patch)
tree3b1a4de9851289c1edc31ded69c26fc0e345c6c2 /altosui
parentcd0f4de98ea709e5f070d5f1337658590d2004a1 (diff)
altosuilib: Use new map code for map preload UI
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui')
-rw-r--r--altosui/AltosUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java
index 9061a8ad..32490b65 100644
--- a/altosui/AltosUI.java
+++ b/altosui/AltosUI.java
@@ -295,7 +295,7 @@ public class AltosUI extends AltosUIFrame {
}
void LoadMaps() {
- new AltosUIMapPreload(AltosUI.this);
+ new AltosUIMapPreloadNew(AltosUI.this);
}
void LaunchController() {