Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
This commit is contained in:
@@ -1764,7 +1764,7 @@ void LLAudioData::updateLoadState()
|
|||||||
if( gAudioDecodeMgrp->addDecodeRequest(getID()) )
|
if( gAudioDecodeMgrp->addDecodeRequest(getID()) )
|
||||||
{
|
{
|
||||||
setLoadState(STATE_LOAD_DECODING);
|
setLoadState(STATE_LOAD_DECODING);
|
||||||
LL_INFOS("AudioEngine") << "Decoding asset data for: " << getID() << LL_ENDL;
|
LL_DEBUGS("AudioEngine") << "Decoding asset data for: " << getID() << LL_ENDL;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -1773,7 +1773,7 @@ void LLAudioData::updateLoadState()
|
|||||||
}
|
}
|
||||||
else if(mLoadState == STATE_LOAD_REQ_FETCH && gAssetStorage && gAssetStorage->isUpstreamOK())
|
else if(mLoadState == STATE_LOAD_REQ_FETCH && gAssetStorage && gAssetStorage->isUpstreamOK())
|
||||||
{
|
{
|
||||||
LL_INFOS("AudioEngine") << "Fetching asset data for: " << getID() << LL_ENDL;
|
LL_DEBUGS("AudioEngine") << "Fetching asset data for: " << getID() << LL_ENDL;
|
||||||
setLoadState(STATE_LOAD_FETCHING);
|
setLoadState(STATE_LOAD_FETCHING);
|
||||||
|
|
||||||
gAssetStorage->getAssetData(getID(), LLAssetType::AT_SOUND, LLAudioEngine::assetCallback, NULL);
|
gAssetStorage->getAssetData(getID(), LLAssetType::AT_SOUND, LLAudioEngine::assetCallback, NULL);
|
||||||
|
|||||||
@@ -322,6 +322,7 @@ bool HippoPanelGridsImpl::saveCurGrid()
|
|||||||
mState = NORMAL;
|
mState = NORMAL;
|
||||||
mCurGrid = gridname;
|
mCurGrid = gridname;
|
||||||
gridInfo = new HippoGridInfo(gridname);
|
gridInfo = new HippoGridInfo(gridname);
|
||||||
|
gridInfo->setLoginUri(loginuri);
|
||||||
gHippoGridManager->addGrid(gridInfo);
|
gHippoGridManager->addGrid(gridInfo);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user