Update RouteDataObject.java

One more return to really support feet without inches.
This commit is contained in:
aceman444 2015-05-09 17:38:45 +02:00
parent e637873b50
commit 415f74e99e

View file

@ -240,6 +240,8 @@ public class RouteDataObject {
return def; return def;
} }
} }
} else {
return f;
} }
} }
} }