FIRE-10620: Fix isInSecondLife() from incorrectly returning true.
parent
bcc9e7a3a1
commit
578ef533ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue