SL-1307 EEP At startup viewer does not recognize what parcel you are on.
parent
ceb336c5f3
commit
bb52cdf4f0
|
|
@ -659,6 +659,10 @@ LLParcel * LLViewerParcelMgr::getAgentOrSelectedParcel() const
|
|||
if (selection)
|
||||
{
|
||||
parcel = selection->getParcel();
|
||||
if (parcel->getLocalID() == INVALID_PARCEL_ID)
|
||||
{
|
||||
parcel = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue