Skip to content
Snippets Groups Projects
Commit 5ca5d9f4 authored by pavelkproductengine's avatar pavelkproductengine
Browse files

MAINT-5194 Visual Outfit Browser

Fixed build issues under Linux
parent c2bbd1fe
No related branches found
No related tags found
No related merge requests found
...@@ -596,7 +596,7 @@ void LLOutfitGalleryGearMenu::onLoadAssets() ...@@ -596,7 +596,7 @@ void LLOutfitGalleryGearMenu::onLoadAssets()
void LLOutfitGallery::loadPhotos() void LLOutfitGallery::loadPhotos()
{ {
//Iterate over inventory //Iterate over inventory
LLUUID textures = gInventory.findCategoryUUIDForType(LLFolderType::EType::FT_TEXTURE); LLUUID textures = gInventory.findCategoryUUIDForType(LLFolderType::FT_TEXTURE);
LLViewerInventoryCategory* textures_category = gInventory.getCategory(textures); LLViewerInventoryCategory* textures_category = gInventory.getCategory(textures);
if (!textures_category) if (!textures_category)
return; return;
......
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