diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-26 00:46:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-26 00:46:21 -0700 |
commit | f41fe2291891b28327c332098bdc601bc75fc4c0 (patch) | |
tree | 3b1a4de9851289c1edc31ded69c26fc0e345c6c2 /altosui/AltosUI.java | |
parent | cd0f4de98ea709e5f070d5f1337658590d2004a1 (diff) |
altosuilib: Use new map code for map preload UI
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
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() { |