Remove the user 3d path creation
(cherry picked from commit 5bc78f7d9f
)
This commit is contained in:
parent
f559b49f44
commit
245abd5f16
|
@ -388,7 +388,6 @@ void PATHS::EnsureUserPathsExist()
|
|||
{
|
||||
EnsurePathExists( GetUserCachePath() );
|
||||
EnsurePathExists( GetUserPluginsPath() );
|
||||
EnsurePathExists( GetUserPlugins3DPath() );
|
||||
EnsurePathExists( GetUserScriptingPath() );
|
||||
EnsurePathExists( GetUserTemplatesPath() );
|
||||
EnsurePathExists( GetDefaultUserProjectsPath() );
|
||||
|
|
Loading…
Reference in New Issue