mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
exclude selected things from viewer cache again
This commit is contained in:
@@ -191,7 +191,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get
|
||||
{
|
||||
// needs more exclusion ?
|
||||
return(Backup && !IsTemporary && !inTransit && !UsesPhysics && !IsAttachmentCheckFull() &&
|
||||
return(Backup && !IsTemporary && !inTransit && !UsesPhysics && !IsSelected && !IsAttachmentCheckFull() &&
|
||||
!RootPart.Shape.MeshFlagEntry && // animations are not sent correctly for now
|
||||
RootPart.KeyframeMotion == null &&
|
||||
(DateTime.UtcNow.Ticks - timeLastChanged > 3000000000) //&& //3000000000 is 5min
|
||||
|
||||
Reference in New Issue
Block a user