Commit 854ebd85 authored by Alexey's avatar Alexey

Fixed typo in TerrainAirMapQuery::_parseCarpetData

parent 79dbcc0d
......@@ -249,7 +249,7 @@ void TerrainAirMapQuery::_parseCarpetData(const QJsonValue& carpetJson)
QJsonObject statsObject = jsonObject["stats"].toObject();
double minHeight = statsObject["min"].toDouble();
double maxHeight = statsObject["min"].toDouble();
double maxHeight = statsObject["max"].toDouble();
QList<QList<double>> carpet;
if (!_carpetStatsOnly) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment