mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
Merge pull request #499 from Azaezel/alpha40/macwork
mac compilation and standarization fixes
This commit is contained in:
commit
18a7e31991
2 changed files with 10 additions and 12 deletions
|
|
@ -97,7 +97,7 @@ const char* Platform::getUserDataDirectory()
|
|||
//-----------------------------------------------------------------------------
|
||||
const char* Platform::getUserHomeDirectory()
|
||||
{
|
||||
return StringTable->insert([[@"~/" stringByStandardizingPath] UTF8String]);
|
||||
return StringTable->insert([[@"~/Documents" stringByStandardizingPath] UTF8String]);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue