Skip to content

Commit 7d196b4

Browse files
committed
Fix typo on 'programming/physics/bullet/queries.rst'
1 parent 836b1d2 commit 7d196b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/physics/bullet/queries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ instead of a BulletTriangleMeshShape.)
129129
shape = BulletSphereShape(0.5)
130130
penetration = 0.0
131131
132-
result = world.sweepTestClosest(shape, tsFrom, tsTo, penetration)
132+
result = world.sweepTestClosest(shape, tsFrom, tsTo, BitMask32.allOn(), penetration)
133133
134134
print(result.hasHit())
135135
print(result.getHitPos())

0 commit comments

Comments
 (0)