mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 01:30:51 +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…
Reference in New Issue
Block a user