aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2018-12-02 13:31:57 -0600
committerSheikh Dawood Abdul Ajees <[email protected]>2018-12-02 13:31:57 -0600
commit326e24039dd3f063afd211fad770e15bdd5ff4ea (patch)
tree94c7bcc15191736f263739c107d0a253b1629b0a /PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt
parentPhysX 3.4, APEX 1.4 patch release @25256367 (diff)
downloadphysx-3.4-326e24039dd3f063afd211fad770e15bdd5ff4ea.tar.xz
physx-3.4-326e24039dd3f063afd211fad770e15bdd5ff4ea.zip
PhysX 3.4, APEX 1.4 patch release @25354359v3.4.2-bsd
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt')
-rw-r--r--PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt
index 08376275..ae3da640 100644
--- a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt
+++ b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/SpatialQueries.txt
@@ -44,7 +44,7 @@ For example, in SnippetSpatialIndex::
1e6, PxHitFlag::eDEFAULT,
1, &hitData);
- // if the raycast hit and it's closer than what we had before, shrink the maximum length
+ // if the raycast hits and is closer than what we had before, shrink the maximum length
// of the raycast
if(hit && hitData.distance < closest)