aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorlbsa712008-07-21 10:02:55 +0000
committerlbsa712008-07-21 10:02:55 +0000
commit9dbb6f28bc7e91b4643d2e80e2182f273d7e9121 (patch)
tree07f3101eeac8c7bd9970317b513d20d54a986870 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parentsome optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ... (diff)
downloadopensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.zip
opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.gz
opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.bz2
opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.xz
* eliminated some warnings and added some const and readonlies
* refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index edccbe5..156310b 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -921,7 +921,7 @@ namespace OpenSim.Region.Environment.Scenes
921 } 921 }
922 922
923 [XmlIgnore] 923 [XmlIgnore]
924 public LLUUID RegionID 924 public virtual LLUUID RegionID
925 { 925 {
926 get { return ParentGroup.Scene.RegionInfo.RegionID; } 926 get { return ParentGroup.Scene.RegionInfo.RegionID; }
927 set {} // read only 927 set {} // read only