diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs index adefd5e..f671722 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs | |||
@@ -139,7 +139,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
139 | continue; | 139 | continue; |
140 | } | 140 | } |
141 | } | 141 | } |
142 | 142 | ||
143 | CurrentRayFilter = req.filter; | 143 | CurrentRayFilter = req.filter; |
144 | CurrentMaxCount = req.Count; | 144 | CurrentMaxCount = req.Count; |
145 | 145 | ||
@@ -279,7 +279,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
279 | /// Method that actually initiates the raycast with spaces | 279 | /// Method that actually initiates the raycast with spaces |
280 | /// </summary> | 280 | /// </summary> |
281 | /// <param name="req"></param> | 281 | /// <param name="req"></param> |
282 | /// | 282 | /// |
283 | 283 | ||
284 | private void NoContacts(ODERayRequest req) | 284 | private void NoContacts(ODERayRequest req) |
285 | { | 285 | { |
@@ -488,7 +488,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
488 | newcontactgeom = (d.ContactGeom)Marshal.PtrToStructure(contactptr, typeof(d.ContactGeom)); | 488 | newcontactgeom = (d.ContactGeom)Marshal.PtrToStructure(contactptr, typeof(d.ContactGeom)); |
489 | return true; | 489 | return true; |
490 | } | 490 | } |
491 | 491 | ||
492 | // This is the standard Near. g1 is the ray | 492 | // This is the standard Near. g1 is the ray |
493 | private void near(IntPtr space, IntPtr g1, IntPtr g2) | 493 | private void near(IntPtr space, IntPtr g1, IntPtr g2) |
494 | { | 494 | { |
@@ -530,7 +530,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
530 | uint col1 = d.GeomGetCollideBits(g1); | 530 | uint col1 = d.GeomGetCollideBits(g1); |
531 | uint col2 = d.GeomGetCollideBits(g2); | 531 | uint col2 = d.GeomGetCollideBits(g2); |
532 | */ | 532 | */ |
533 | 533 | ||
534 | uint ID = 0; | 534 | uint ID = 0; |
535 | PhysicsActor p2 = null; | 535 | PhysicsActor p2 = null; |
536 | 536 | ||
@@ -671,7 +671,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
671 | { | 671 | { |
672 | d.GeomDestroy(Plane); | 672 | d.GeomDestroy(Plane); |
673 | Plane = IntPtr.Zero; | 673 | Plane = IntPtr.Zero; |
674 | } | 674 | } |
675 | } | 675 | } |
676 | } | 676 | } |
677 | 677 | ||