mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* minor: stop bothering to set parts to phantom within test setups - tests now seem to pass without having to do this
This commit is contained in:
@@ -221,7 +221,7 @@ namespace OpenSim.Tests.Common.Setup
|
||||
part.Name = name;
|
||||
|
||||
//part.UpdatePrimFlags(false, false, true);
|
||||
part.ObjectFlags |= (uint)PrimFlags.Phantom;
|
||||
//part.ObjectFlags |= (uint)PrimFlags.Phantom;
|
||||
sceneObject.SetRootPart(part);
|
||||
|
||||
scene.AddNewSceneObject(sceneObject, false);
|
||||
|
||||
Reference in New Issue
Block a user