From c5e9111019225a1095df6d2c4e4b2380be6aff19 Mon Sep 17 00:00:00 2001 From: Anatoly Serdtcev Date: Mon, 14 Jan 2019 17:21:02 +0300 Subject: [PATCH] [indexer] Fix admix of South America search cells in ForClosestToPoint() --- indexer/locality_index.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indexer/locality_index.hpp b/indexer/locality_index.hpp index 3066a527cf..a8665d291f 100644 --- a/indexer/locality_index.hpp +++ b/indexer/locality_index.hpp @@ -86,7 +86,6 @@ public: { bestCells.insert(bestCell.ToInt64(cellDepth)); bestCell = bestCell.Parent(); - --cellDepth; } for (auto const & i : intervals)