mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Revert "Add localid support to ch0de properly"
This reverts commit bb402d0d95.
This commit is contained in:
@@ -1633,8 +1633,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
AbsolutePosition,
|
||||
Scale,
|
||||
RotationOffset,
|
||||
RigidBody,
|
||||
m_localId);
|
||||
RigidBody);
|
||||
PhysActor.SetMaterial(Material);
|
||||
}
|
||||
catch
|
||||
@@ -4443,8 +4442,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
AbsolutePosition,
|
||||
Scale,
|
||||
RotationOffset,
|
||||
UsePhysics,
|
||||
m_localId);
|
||||
UsePhysics);
|
||||
PhysActor.SetMaterial(Material);
|
||||
|
||||
pa = PhysActor;
|
||||
|
||||
Reference in New Issue
Block a user