Skip to content
Snippets Groups Projects
Commit ff37eeba authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

More bugfix

parent 1d727356
No related branches found
No related tags found
No related merge requests found
...@@ -306,7 +306,7 @@ void LLViewerTextureList::shutdown() ...@@ -306,7 +306,7 @@ void LLViewerTextureList::shutdown()
break; break;
} }
if (count > 0 && !gDirUtilp->getExpandedFilename(LL_PATH_CACHE, "").empty()) if (count > 0 && !gDirUtilp->getExpandedFilename(LL_PATH_CACHE_PER_GRID, "").empty())
{ {
std::string filename = get_texture_list_name(); std::string filename = get_texture_list_name();
llofstream file; llofstream file;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment