mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
* Feature: Initial secure VFS implementation with asset import capability.
This commit is contained in:
parent
d9bedbe31c
commit
277cdf67b0
12 changed files with 220 additions and 10 deletions
|
|
@ -175,7 +175,7 @@ function getUserPath()
|
|||
|
||||
function getPrefpath()
|
||||
{
|
||||
$prefPath = getUserPath() @ "/preferences";
|
||||
$prefPath = "data:/preferences";
|
||||
return $prefPath;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue