Skip to content

Commit

Permalink
rate correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
William Kwan committed Feb 17, 2016
1 parent e0c0174 commit d735563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Assets/_Scripts/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -772,8 +772,7 @@ void Start()
if (!isReloading && isDead)
{
#if UNITY_IOS && !UNITY_EDITOR
//todo: real url
Application.OpenURL("itms-apps:itunes.apple.com/app/hasty-enemies/id1000237335");
Application.OpenURL("itms-apps:itunes.apple.com/app/frantic-architect/id1062825120");
#endif
}
});
Expand Down

0 comments on commit d735563

Please sign in to comment.