Update utils_android.go

This commit is contained in:
JupiterRider 2022-10-25 22:02:35 +02:00 committed by GitHub
parent bd025d2b1e
commit 460dab9501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ package rl
// HomeDir - Returns user home directory
// NOTE: On Android this returns internal data path and must be called after InitWindow
func HomeDir() string {
return getInternalStoragePath()
return getInternalStoragePath()
}