increased the radius from 16 feet to 30 feet

Change-Id: I2f4dc970df2fcb47bf396a0dccceb1341cd0a185
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-14 11:15:46 -04:00
parent 7362d1701f
commit 500c7162e3

View File

@@ -34,7 +34,7 @@ public class Debug {
/** /**
* Sets the size of the radius of a user selected point in km * Sets the size of the radius of a user selected point in km
*/ */
public static final float RADIUS = .005f; public static final float RADIUS = 0.009144f;
/** /**
* Sets the amount of kilometers that a radius needs to be penetrated by an accuracy circle in km * Sets the amount of kilometers that a radius needs to be penetrated by an accuracy circle in km