mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new
code.
This commit is contained in:
@@ -895,6 +895,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
ApplyPhysics();
|
||||
|
||||
if (RootPart.PhysActor != null)
|
||||
RootPart.Force = RootPart.Force;
|
||||
if (RootPart.PhysActor != null)
|
||||
RootPart.Torque = RootPart.Torque;
|
||||
if (RootPart.PhysActor != null)
|
||||
RootPart.Buoyancy = RootPart.Buoyancy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user