aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-21 21:24:39 +0000
committerJustin Clarke Casey2008-11-21 21:24:39 +0000
commitc0cd681608c3c8f5ffc27c855720a131c3989da8 (patch)
tree283d1795c96997c1eb9e74956ae987dce5ba9781 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parent* refactor: Rip out SOP inventory from the partial into a separate class (diff)
downloadopensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.zip
opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.tar.gz
opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.tar.bz2
opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.tar.xz
* Comment out unused access time method in MSSQL
* This should probably be being called in FetchAsset() instead as for all the other databases, but I lack the means to test MSSQL
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 250c803..8a58e71 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -3378,7 +3378,6 @@ if (m_shape != null) {
3378 3378
3379 #endregion Public Methods 3379 #endregion Public Methods
3380 3380
3381
3382 private byte GetAttachPointEncoded() 3381 private byte GetAttachPointEncoded()
3383 { 3382 {
3384 return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16)); 3383 return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16));