Corrected JavaDoc comment

This commit is contained in:
rainmantsr 2015-03-28 13:30:53 +01:00
parent 31835366b2
commit 5c8b1fe585

View File

@ -845,7 +845,7 @@ public class PhysicsSpace {
/**
* Performs a sweep collision test and returns the results as a list of
* PhysicsSweepTestResults<br/> You have to use different Transforms for
* start and end (at least distance > 0.4f). SweepTest will not see a
* start and end (at least distance > allowedCcdPenetration). SweepTest will not see a
* collision if it starts INSIDE an object and is moving AWAY from its
* center.
*/