diff options
preparing to add full clothes/body part support.
Currently you can:
now create new body parts and clothes.
edit those clothes and wear them.
But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar.
Diffstat (limited to 'OpenSim/RegionServer.cs')
-rw-r--r-- | OpenSim/RegionServer.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs index 725a7cf..d6d0af9 100644 --- a/OpenSim/RegionServer.cs +++ b/OpenSim/RegionServer.cs | |||
@@ -40,11 +40,11 @@ namespace OpenSim | |||
40 | OpenSim.world.Avatar.PhysicsEngineFlying = true; | 40 | OpenSim.world.Avatar.PhysicsEngineFlying = true; |
41 | } | 41 | } |
42 | if (args[i] == "-ode") | 42 | if (args[i] == "-ode") |
43 | { | 43 | { |
44 | sim._physicsEngine = "OpenDynamicsEngine"; | 44 | sim._physicsEngine = "OpenDynamicsEngine"; |
45 | OpenSim.world.Avatar.PhysicsEngineFlying = true; | 45 | OpenSim.world.Avatar.PhysicsEngineFlying = true; |
46 | } | 46 | } |
47 | } | 47 | } |
48 | 48 | ||
49 | 49 | ||
50 | OpenSimRoot.Instance.GridServers = new Grid(); | 50 | OpenSimRoot.Instance.GridServers = new Grid(); |