mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
several cosmetic on physics
This commit is contained in:
@@ -88,11 +88,6 @@ namespace OpenSim.Region.PhysicsModule.POS
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override bool FloatOnWater
|
||||
{
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override bool IsPhysical
|
||||
{
|
||||
get { return false; }
|
||||
|
||||
@@ -167,11 +167,6 @@ namespace OpenSim.Region.PhysicsModule.POS
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override bool FloatOnWater
|
||||
{
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override Vector3 Velocity
|
||||
{
|
||||
get { return _velocity; }
|
||||
|
||||
Reference in New Issue
Block a user