diff options
author | UbitUmarov | 2014-08-17 09:54:38 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-17 09:54:38 +0100 |
commit | 31a2c07e833cab6ca2f14e493fd1b96e776097c2 (patch) | |
tree | c2ec7f0dadfe918830ee31e527e3fa715c4df5f6 /OpenSim/Region/CoreModules | |
parent | TEST disable again baked textures on crossing (diff) | |
download | opensim-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.cs | 2 |
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) |