From 8c92c6521b037b4e476e8b123f7570c02a9ee9cd Mon Sep 17 00:00:00 2001 From: Rye Date: Thu, 23 Oct 2025 02:28:23 -0400 Subject: Fix shader cache failing after clearing contents Signed-off-by: Rye --- indra/llrender/llshadermgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/llrender/llshadermgr.cpp') diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index e9bbdeead5..9cdd02f403 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1048,7 +1048,6 @@ void LLShaderMgr::clearShaderCache() LL_INFOS("ShaderMgr") << "Removing shader cache at " << shader_cache << LL_ENDL; const std::string mask = "*"; gDirUtilp->deleteFilesInDir(shader_cache, mask); - LLFile::rmdir(shader_cache); mShaderBinaryCache.clear(); } -- cgit v1.3