diff options
author | UbitUmarov | 2018-01-15 16:23:19 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-15 16:23:19 +0000 |
commit | c92ba1cc04c36d46b3569c06d8339cf897af65cc (patch) | |
tree | 88fadaf244e29d229bc166c1b0ac031843b15a50 /OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs | |
parent | update PrimMesher to a newer version from dahlia (thx dahlia), targeted .net4.6 (diff) | |
download | opensim-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-x | OpenSim/Region/PhysicsModules/BulletS/Tests/Raycast.cs | 2 |
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 | ||