aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorUbitUmarov2014-08-17 09:54:38 +0100
committerUbitUmarov2014-08-17 09:54:38 +0100
commit31a2c07e833cab6ca2f14e493fd1b96e776097c2 (patch)
treec2ec7f0dadfe918830ee31e527e3fa715c4df5f6 /OpenSim/Region/CoreModules
parentTEST disable again baked textures on crossing (diff)
downloadopensim-SC_OLD-31a2c07e833cab6ca2f14e493fd1b96e776097c2.zip
opensim-SC_OLD-31a2c07e833cab6ca2f14e493fd1b96e776097c2.tar.gz
opensim-SC_OLD-31a2c07e833cab6ca2f14e493fd1b96e776097c2.tar.bz2
opensim-SC_OLD-31a2c07e833cab6ca2f14e493fd1b96e776097c2.tar.xz
put bake bakes, plus a missing change forcing animations to pass by
scenepresence
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 687871e..feeb0d5 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -1681,7 +1681,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
1681 AgentData cAgent = new AgentData(); 1681 AgentData cAgent = new AgentData();
1682 agent.CopyTo(cAgent); 1682 agent.CopyTo(cAgent);
1683 1683
1684 agent.Appearance.WearableCacheItems = null; 1684// agent.Appearance.WearableCacheItems = null;
1685 1685
1686 cAgent.Position = pos + agent.Velocity; 1686 cAgent.Position = pos + agent.Velocity;
1687 if (isFlying) 1687 if (isFlying)