Fix Crash C: mRootVolp wasn't being set null on mark for death
This commit is contained in:
@@ -339,6 +339,7 @@ LLControlAvatar *LLControlAvatar::createControlAvatar(LLVOVolume *obj)
|
|||||||
void LLControlAvatar::markForDeath()
|
void LLControlAvatar::markForDeath()
|
||||||
{
|
{
|
||||||
mMarkedForDeath = true;
|
mMarkedForDeath = true;
|
||||||
|
mRootVolp = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void LLControlAvatar::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time)
|
void LLControlAvatar::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time)
|
||||||
|
|||||||
Reference in New Issue
Block a user