mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
some changes on viewer caps detection
This commit is contained in:
@@ -13820,6 +13820,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_SupportObjectAnimations = true;
|
||||
ret |= 0x2000;
|
||||
}
|
||||
if ((cap.Flags & Caps.CapsFlags.WLEnv) != 0)
|
||||
ret |= 0x4000;
|
||||
if ((cap.Flags & Caps.CapsFlags.AdvEnv) != 0)
|
||||
ret |= 0x8000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user