diff options
author | lbsa71 | 2008-02-12 11:21:23 +0000 |
---|---|---|
committer | lbsa71 | 2008-02-12 11:21:23 +0000 |
commit | d79633b7c74b063e66949dbc618a139430ccd0e7 (patch) | |
tree | fd3d44befec0d0acf6b0fcef42fafdff939ebd58 /OpenSim/Region/ClientStack | |
parent | * Physical prim cross borders and continue from where the left off on the oth... (diff) | |
download | opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.zip opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.tar.gz opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.tar.bz2 opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.tar.xz |
* various minuscule code convention conformance fixes
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 41ec783..58405e6 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -1709,8 +1709,9 @@ namespace OpenSim.Region.ClientStack | |||
1709 | Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); | 1709 | Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); |
1710 | 1710 | ||
1711 | if (textureanim.Length > 0) | 1711 | if (textureanim.Length > 0) |
1712 | { | ||
1712 | outPacket.ObjectData[0].TextureAnim = textureanim; | 1713 | outPacket.ObjectData[0].TextureAnim = textureanim; |
1713 | 1714 | } | |
1714 | 1715 | ||
1715 | OutPacket(outPacket, ThrottleOutPacketType.Task); | 1716 | OutPacket(outPacket, ThrottleOutPacketType.Task); |
1716 | } | 1717 | } |