Fix typo
This commit is contained in:
parent
718f79a9cd
commit
589ce11be2
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class RouteDataObject {
|
|||
} else {
|
||||
String desc = getValue(k, "osmand_ele_desc");
|
||||
if(desc != null && desc.length() > 0) {
|
||||
height = (prevHeight - Float.parseFloat(asc));
|
||||
height = (prevHeight - Float.parseFloat(desc));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue