aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorlbsa712007-08-15 17:15:41 +0000
committerlbsa712007-08-15 17:15:41 +0000
commit2fe9b8139cc74ff285759af3dcd48d38ec5bc561 (patch)
tree755a798354b020ac8f504d644975e1969370d938 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parent* Exploring Group/Part from an app perspective. (diff)
downloadopensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.zip
opensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.tar.gz
opensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.tar.bz2
opensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.tar.xz
* Again, FileSystemObject reports filename.
* SimpleApp now featuring spinning box with spinning parts. * Damn. That's cool.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 81b2fe4..c4752a5 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -279,6 +279,7 @@ namespace OpenSim.Region.Environment.Scenes
279 public void SetParent(SceneObjectGroup parent) 279 public void SetParent(SceneObjectGroup parent)
280 { 280 {
281 m_parentGroup = parent; 281 m_parentGroup = parent;
282
282 } 283 }
283 284
284 #region Copying 285 #region Copying