Remove the user 3d path creation

This commit is contained in:
Marek Roszko 2024-01-13 19:35:46 -05:00
parent 2c53ce0704
commit 5bc78f7d9f
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ void PATHS::EnsureUserPathsExist()
{
EnsurePathExists( GetUserCachePath() );
EnsurePathExists( GetUserPluginsPath() );
EnsurePathExists( GetUserPlugins3DPath() );
EnsurePathExists( GetUserScriptingPath() );
EnsurePathExists( GetUserTemplatesPath() );
EnsurePathExists( GetDefaultUserProjectsPath() );