Aurora-Sim is now WhiteCore
Minor Alchemy merge in removing llvlmanager, indra_constants no longer has *_LAYER_CODE
This commit is contained in:
@@ -505,7 +505,7 @@ void LLEnvManagerNew::onRegionSettingsResponse(const LLSD& content)
|
||||
mRegionSettingsChangeSignal();
|
||||
|
||||
// reset
|
||||
if (!gHippoGridManager->getConnectedGrid()->isAurora()) // On Aurora, the region says when to refresh
|
||||
if (!gHippoGridManager->getConnectedGrid()->isWhiteCore()) // On WhiteCore, the region says when to refresh
|
||||
mInterpNextChangeMessage = false;
|
||||
}
|
||||
|
||||
@@ -704,7 +704,7 @@ void LLEnvManagerNew::onRegionChange()
|
||||
}
|
||||
}
|
||||
|
||||
// Aurora-sim windlight refresh
|
||||
// WhiteCore windlight refresh
|
||||
class WindLightRefresh : public LLHTTPNode
|
||||
{
|
||||
/*virtual*/ void post(LLHTTPNode::ResponsePtr response, const LLSD& context, const LLSD& input) const
|
||||
|
||||
Reference in New Issue
Block a user