mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
* BugFix: Mount home:/ to refer to Torque's original Documents/<APPNAME> output for eg. prefs while leaving data:/ as an option for those that may want it.
This commit is contained in:
parent
59cf242a7a
commit
3dafdef5da
2 changed files with 20 additions and 3 deletions
|
|
@ -175,7 +175,7 @@ function getUserPath()
|
|||
|
||||
function getPrefpath()
|
||||
{
|
||||
$prefPath = "data:/preferences";
|
||||
$prefPath = "home:/preferences";
|
||||
return $prefPath;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue