aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-08 19:22:20 +0000
committerTeravus Ovares2008-05-08 19:22:20 +0000
commit4b924f2eb6e796b696d94ec0dcf9865b1e4a8e49 (patch)
tree3363314b595e99eb5f2aac98985ac2437002660e /OpenSim/Framework
parent* Removed ODELock message since it wasn't telling us anything important and p... (diff)
downloadopensim-SC_OLD-4b924f2eb6e796b696d94ec0dcf9865b1e4a8e49.zip
opensim-SC_OLD-4b924f2eb6e796b696d94ec0dcf9865b1e4a8e49.tar.gz
opensim-SC_OLD-4b924f2eb6e796b696d94ec0dcf9865b1e4a8e49.tar.bz2
opensim-SC_OLD-4b924f2eb6e796b696d94ec0dcf9865b1e4a8e49.tar.xz
* Committing an extra bit of permissions for attaching to ensure that the perms are in line with project goals.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs
index aabd69d..58a7ec6 100644
--- a/OpenSim/Framework/PrimitiveBaseShape.cs
+++ b/OpenSim/Framework/PrimitiveBaseShape.cs
@@ -425,10 +425,7 @@ namespace OpenSim.Framework
425 int totalLength = 1; 425 int totalLength = 1;
426 byte extraParamCount = data[i++]; 426 byte extraParamCount = data[i++];
427 427
428 if (extraParamCount > 0) 428
429 {
430 int foo = 0;
431 }
432 for (int k = 0; k < extraParamCount; k++) 429 for (int k = 0; k < extraParamCount; k++)
433 { 430 {
434 ushort epType = Helpers.BytesToUInt16(data, i); 431 ushort epType = Helpers.BytesToUInt16(data, i);