minElevation bug
This commit is contained in:
parent
cfef7ff627
commit
d6b845d75a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class LocalIndexHelper {
|
|||
double diffElevationUp = 0;
|
||||
double diffElevationDown = 0;
|
||||
double totalElevation = 0;
|
||||
double minElevation = 0;
|
||||
double minElevation = 99999;
|
||||
double maxElevation = 0;
|
||||
|
||||
float maxSpeed = 0;
|
||||
|
|
Loading…
Reference in a new issue