summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-09-10 19:23:40 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-09-10 19:23:40 -0400
commit57fb4b984d681fd56c58edc1840cc95c0582f503 (patch)
tree54810ffeaa218484e36e20fd5026050023469266 /src
parentc03beb070b205ef0d5dbceaa5fa3d8dd340ad1fd (diff)
downloadqtlocation-mapboxgl-57fb4b984d681fd56c58edc1840cc95c0582f503.tar.gz
don't terminate after Map::run
Diffstat (limited to 'src')
-rw-r--r--src/map/map.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index baa82e6c54..10310ee165 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -114,8 +114,6 @@ void Map::run() {
prepare();
render();
}
-
- terminate();
}
void Map::rerender() {