aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2013-02-07 03:40:48 +0000
committerMelanie2013-02-07 21:25:55 +0000
commitbbda7b94b3fe2350d5413879388cfce7309ca907 (patch)
tree64a015606e3c158f2a23684324f56a2573ac1a47 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentMove SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP (diff)
downloadopensim-SC_OLD-bbda7b94b3fe2350d5413879388cfce7309ca907.zip
opensim-SC_OLD-bbda7b94b3fe2350d5413879388cfce7309ca907.tar.gz
opensim-SC_OLD-bbda7b94b3fe2350d5413879388cfce7309ca907.tar.bz2
opensim-SC_OLD-bbda7b94b3fe2350d5413879388cfce7309ca907.tar.xz
Rename Bounciness to Restitution
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index f2b0160..ca15e3e 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2654,7 +2654,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2654 byte physshapetype = part.PhysicsShapeType; 2654 byte physshapetype = part.PhysicsShapeType;
2655 float density = part.Density; 2655 float density = part.Density;
2656 float friction = part.Friction; 2656 float friction = part.Friction;
2657 float bounce = part.Bounciness; 2657 float bounce = part.Restitution;
2658 float gravmod = part.GravityModifier; 2658 float gravmod = part.GravityModifier;
2659 2659
2660 eq.partPhysicsProperties(localid, physshapetype, density, friction, bounce, gravmod,AgentId); 2660 eq.partPhysicsProperties(localid, physshapetype, density, friction, bounce, gravmod,AgentId);