Decreased user arrow animation by 2 seconds

Change-Id: I705e09eee3bcccf77c44a28223fa3fdd18f61b6b
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-09 10:52:17 -05:00
parent 9e244ee772
commit e0c7df5ea6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -90,7 +90,7 @@ public abstract class UserOverlayBase extends Overlay implements GeoPointLocatio
index++;
isCountingDown = false;
try {
sleep(700l);
sleep(2000l);
} catch (InterruptedException e) {
e.printStackTrace();
return;