aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llfloaterassetbrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterassetbrowser.cpp b/linden/indra/newview/llfloaterassetbrowser.cpp
index 9b41390..ca0e8d1 100644
--- a/linden/indra/newview/llfloaterassetbrowser.cpp
+++ b/linden/indra/newview/llfloaterassetbrowser.cpp
@@ -122,7 +122,7 @@ void LLFloaterAssetBrowser::createThumbnails()
122 temp.mUUID = itemp->getUUID(); 122 temp.mUUID = itemp->getUUID();
123 temp.mName = itemp->getName(); 123 temp.mName = itemp->getName();
124 temp.mTexturep = NULL; 124 temp.mTexturep = NULL;
125 temp.mAssetRect = NULL; 125 temp.mAssetRect = LLRect::null;
126 mTextureAssets.push_back(temp); 126 mTextureAssets.push_back(temp);
127 } 127 }
128 128