mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(ANdroid JNI) Bugfix - onLocationGetHorizontalAccuracy should return
double, not float
This commit is contained in:
parent
be5609269a
commit
2b5ece3804
@ -224,7 +224,7 @@ implements ConnectionCallbacks, OnConnectionFailedListener, LocationListener
|
||||
*
|
||||
* @return the horizontal accuracy of the current position.
|
||||
*/
|
||||
public float onLocationGetHorizontalAccuracy()
|
||||
public double onLocationGetHorizontalAccuracy()
|
||||
{
|
||||
return mCurrentLocation.getAccuracy();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user