Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
state tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Apr 1, 2015
1 parent ec743f5 commit 8612cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/map/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ void Map::setLatLng(LatLng latLng, std::chrono::steady_clock::duration duration)
}

LatLng Map::getLatLng() const {
return state.getLatLng();
return transform.getLatLng();
}

void Map::startPanning() {
Expand Down

0 comments on commit 8612cfc

Please sign in to comment.