Skip to content

Commit

Permalink
street side puzzle: set correct initial rotation (fixes #760)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 9, 2018
1 parent 4b1aaf9 commit 49cde0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private void tryInitializeMapControls()
if(isMapInitialized && mapControls != null)
{
mapControls.onMapInitialized();
mapControls.onMapOrientation(controller.getRotation(), controller.getTilt());
onMapOrientation();
}
}

Expand Down

0 comments on commit 49cde0b

Please sign in to comment.