fix missing semicolon

This commit is contained in:
Andrew Meadows 2014-02-25 11:17:48 -08:00
parent 9a70a50bdb
commit 28d9fb9747

View file

@ -270,7 +270,7 @@ bool capsuleCapsule(const CapsuleShape* capsuleA, const CapsuleShape* capsuleB,
if (points[4] > points[2]) {
points[5] = points[1];
points[1] = points[2];
points[2] = points[4]
points[2] = points[4];
}
if (points[2] > points[3]) {
points[4] = points[2];