forked from organicmaps/organicmaps
IOS build fix.
This commit is contained in:
parent
ff14b21c73
commit
1e08e8d61f
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ UIImage * image(routing::turns::TurnDirection t, bool isNextTurn)
|
|||
case TurnDirection::TurnSharpLeft:
|
||||
imageName = @"sharp_left";
|
||||
break;
|
||||
case TurnDirection::UTurn:
|
||||
case TurnDirection::UTurnLeft:
|
||||
case TurnDirection::UTurnRight:
|
||||
imageName = @"uturn";
|
||||
break;
|
||||
case TurnDirection::ReachedYourDestination:
|
||||
|
|
Loading…
Add table
Reference in a new issue