FIRE-10620: Fix isInSecondLife() from incorrectly returning true.

master
Cinders 2013-06-13 17:05:57 -06:00
parent bcc9e7a3a1
commit 578ef533ad
1 changed files with 1 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ void LLGridManager::updateIsInProductionGrid()
// For any Second Life grid
bool LLGridManager::isInSecondLife()
{
return (EGridPlatform == GP_SLMAIN || GP_SLBETA);
return (EGridPlatform == GP_SLMAIN || EGridPlatform == GP_SLBETA);
}
// For Agni