aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs
diff options
context:
space:
mode:
authorOren Hurvitz2015-07-31 18:13:39 +0300
committerOren Hurvitz2015-07-31 18:13:39 +0300
commit14b4d8bad796527a05a5f5992d1a1df1c5c43e6f (patch)
tree8d8c3bc5b43fc6a9eb720ef9df685baba4de6fac /OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs
parentXMLRPCModule now actually aborts the worker thread when requested (diff)
downloadopensim-SC-14b4d8bad796527a05a5f5992d1a1df1c5c43e6f.zip
opensim-SC-14b4d8bad796527a05a5f5992d1a1df1c5c43e6f.tar.gz
opensim-SC-14b4d8bad796527a05a5f5992d1a1df1c5c43e6f.tar.bz2
opensim-SC-14b4d8bad796527a05a5f5992d1a1df1c5c43e6f.tar.xz
Eliminated several warnings
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs b/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs
index 3651351..5a5de11 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs
@@ -50,7 +50,6 @@ public class HullCreation : OpenSimTestCase
50 50
51 BSScene PhysicsScene { get; set; } 51 BSScene PhysicsScene { get; set; }
52 Vector3 ObjectInitPosition; 52 Vector3 ObjectInitPosition;
53 float simulationTimeStep = 0.089f;
54 53
55 [TestFixtureSetUp] 54 [TestFixtureSetUp]
56 public void Init() 55 public void Init()