aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-01-15 16:23:19 +0000
committerUbitUmarov2018-01-15 16:23:19 +0000
commitc92ba1cc04c36d46b3569c06d8339cf897af65cc (patch)
tree88fadaf244e29d229bc166c1b0ac031843b15a50 /OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs
parentupdate PrimMesher to a newer version from dahlia (thx dahlia), targeted .net4.6 (diff)
downloadopensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.zip
opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.gz
opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.bz2
opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.xz
shut up some pesty warnings
Diffstat (limited to 'OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs')
-rwxr-xr-xOpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs b/OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs
index bfa95c1..a6f587e 100755
--- a/OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs
+++ b/OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS.Tests
51 BSScene _physicsScene { get; set; } 51 BSScene _physicsScene { get; set; }
52 BSPrim _targetSphere { get; set; } 52 BSPrim _targetSphere { get; set; }
53 Vector3 _targetSpherePosition { get; set; } 53 Vector3 _targetSpherePosition { get; set; }
54 float _simulationTimeStep = 0.089f; 54// float _simulationTimeStep = 0.089f;
55 55
56 uint _targetLocalID = 123; 56 uint _targetLocalID = 123;
57 57