This commit is contained in:
fullwall 2012-03-02 19:20:38 +08:00
parent 742a1a3a4e
commit 5b8a02d39c
1 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,6 @@ public class GenericWaypointCallback extends NavigationCallback {
public void onProviderChanged() {
itr = provider.iterator();
dest = null;
dest = itr.hasNext() ? itr.next().getLocation() : null;
}
}