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