Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@gmail.com>2013-03-24 18:49:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:52:11 +0300
commit3bf3664bb0cc082549b26c8bc670a8d239f2c783 (patch)
tree47a3138fa2a3995edee0767f88801d20c0c500e6 /map/benchmark_engine.cpp
parent2eac6a69858021c8b310be0cfe396637000ed179 (diff)
orthographic fixes
Diffstat (limited to 'map/benchmark_engine.cpp')
-rw-r--r--map/benchmark_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/benchmark_engine.cpp b/map/benchmark_engine.cpp
index 754ee5c0a9..df46e101e4 100644
--- a/map/benchmark_engine.cpp
+++ b/map/benchmark_engine.cpp
@@ -254,7 +254,7 @@ void BenchmarkEngine::Do()
PrepareMaps();
int benchMarkCount = 1;
- Settings::Get("BenchmarkCyrcleCount", benchMarkCount);
+ Settings::Get("BenchmarkCyclesCount", benchMarkCount);
for (int i = 0; i < benchMarkCount; ++i)
{