Rename "Bounce" to "Restitution" in PhysicsActor as well. It appears these
values are not even used.avinationmerge
parent
bbda7b94b3
commit
765b0e4382
|
@ -274,7 +274,7 @@ namespace OpenSim.Region.Physics.Manager
|
|||
public virtual float Density { get; set; }
|
||||
public virtual float GravModifier { get; set; }
|
||||
public virtual float Friction { get; set; }
|
||||
public virtual float Bounce { get; set; }
|
||||
public virtual float Restitution { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Position of this actor.
|
||||
|
|
Loading…
Reference in New Issue