mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Merge commit 'c04f3ae166' into mac-font-stuff
This commit is contained in:
commit
eac0af2644
2533 changed files with 48987 additions and 26857 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