aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJeff Ames2007-11-18 15:14:37 +0000
committerJeff Ames2007-11-18 15:14:37 +0000
commit924026d01c1dd25218e9a4296eb27640091405f3 (patch)
tree7d9e8fcb28b0ce6090cc42c4754d5673bb2853c2 /OpenSim/Region/ClientStack
parentfirst stab at implementation of CopyInventoryItem (diff)
downloadopensim-SC_OLD-924026d01c1dd25218e9a4296eb27640091405f3.zip
opensim-SC_OLD-924026d01c1dd25218e9a4296eb27640091405f3.tar.gz
opensim-SC_OLD-924026d01c1dd25218e9a4296eb27640091405f3.tar.bz2
opensim-SC_OLD-924026d01c1dd25218e9a4296eb27640091405f3.tar.xz
cleaned up some mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.API.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs
index 70a99f0..4aaa011 100644
--- a/OpenSim/Region/ClientStack/ClientView.API.cs
+++ b/OpenSim/Region/ClientStack/ClientView.API.cs
@@ -1382,7 +1382,7 @@ namespace OpenSim.Region.ClientStack
1382 pos.X = 100f; 1382 pos.X = 100f;
1383 objdata.ID = 8880000; 1383 objdata.ID = 8880000;
1384 objdata.NameValue = enc.GetBytes("FirstName STRING RW SV Test \nLastName STRING RW SV User \0"); 1384 objdata.NameValue = enc.GetBytes("FirstName STRING RW SV Test \nLastName STRING RW SV User \0");
1385 LLVector3 pos2 = new LLVector3(100f, 100f, 23f); 1385 //LLVector3 pos2 = new LLVector3(100f, 100f, 23f);
1386 //objdata.FullID=user.AgentId; 1386 //objdata.FullID=user.AgentId;
1387 byte[] pb = pos.GetBytes(); 1387 byte[] pb = pos.GetBytes();
1388 Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length); 1388 Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length);