fixed object-collision issue after uncheck phantom-flag
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>0.8.0.3
parent
aec723b955
commit
8b8e1b88ec
|
@ -4227,6 +4227,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
if (pa != null)
|
if (pa != null)
|
||||||
{
|
{
|
||||||
pa.SetMaterial(Material);
|
pa.SetMaterial(Material);
|
||||||
|
pa.Position = GetWorldPosition();
|
||||||
|
pa.Orientation = GetWorldRotation();
|
||||||
DoPhysicsPropertyUpdate(UsePhysics, true);
|
DoPhysicsPropertyUpdate(UsePhysics, true);
|
||||||
|
|
||||||
SubscribeForCollisionEvents();
|
SubscribeForCollisionEvents();
|
||||||
|
|
Loading…
Reference in New Issue