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()) )
|
||||
{
|
||||
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
|
||||
{
|
||||
@@ -1773,7 +1773,7 @@ void LLAudioData::updateLoadState()
|
||||
}
|
||||
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);
|
||||
|
||||
gAssetStorage->getAssetData(getID(), LLAssetType::AT_SOUND, LLAudioEngine::assetCallback, NULL);
|
||||
|
||||
@@ -322,6 +322,7 @@ bool HippoPanelGridsImpl::saveCurGrid()
|
||||
mState = NORMAL;
|
||||
mCurGrid = gridname;
|
||||
gridInfo = new HippoGridInfo(gridname);
|
||||
gridInfo->setLoginUri(loginuri);
|
||||
gHippoGridManager->addGrid(gridInfo);
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user