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

Fix an opensim buggo

parent 8b71b0ef
No related branches found
No related tags found
No related merge requests found
...@@ -465,7 +465,7 @@ void LLViewerAssetStorage::assetRequestCoro( ...@@ -465,7 +465,7 @@ void LLViewerAssetStorage::assetRequestCoro(
LL_WARNS_ONCE("ViewerAsset") << "capsRecv got event" << LL_ENDL; LL_WARNS_ONCE("ViewerAsset") << "capsRecv got event" << LL_ENDL;
LL_WARNS_ONCE("ViewerAsset") << "region " << gAgent.getRegion() << " mViewerAssetUrl " << mViewerAssetUrl << LL_ENDL; LL_WARNS_ONCE("ViewerAsset") << "region " << gAgent.getRegion() << " mViewerAssetUrl " << mViewerAssetUrl << LL_ENDL;
} }
if (mViewerAssetUrl.empty() && gAgent.getRegion()) if (gAgent.getRegion())
{ {
mViewerAssetUrl = gAgent.getRegion()->getViewerAssetUrl(); mViewerAssetUrl = gAgent.getRegion()->getViewerAssetUrl();
} }
......
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