TEST disable again baked textures on crossing

avinationmerge
UbitUmarov 2014-08-17 07:57:26 +01:00
parent d3b3822006
commit 7ce32d717a
1 changed files with 2 additions and 0 deletions

View File

@ -1681,6 +1681,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
AgentData cAgent = new AgentData();
agent.CopyTo(cAgent);
agent.Appearance.WearableCacheItems = null;
cAgent.Position = pos + agent.Velocity;
if (isFlying)
cAgent.ControlFlags |= (uint)AgentManager.ControlFlags.AGENT_CONTROL_FLY;