Remove the user 3d path creation

(cherry picked from commit 5bc78f7d9f)
This commit is contained in:
Marek Roszko 2024-01-13 19:35:46 -05:00 committed by Mark Roszko
parent f559b49f44
commit 245abd5f16
1 changed files with 0 additions and 1 deletions

View File

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