Update utils_android.go
This commit is contained in:
parent
bd025d2b1e
commit
460dab9501
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue