mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 14:58:30 +02:00
fix another missing semicolon
This commit is contained in:
parent
28d9fb9747
commit
362708be60
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ bool capsuleCapsule(const CapsuleShape* capsuleA, const CapsuleShape* capsuleB,
|
|||
|
||||
// average the internal pair, and then do the math from centerB
|
||||
collision._contactPoint = centerB + (0.5f * (points[1] + points[2])) * axisB
|
||||
+ (capsuleA->getRadius() - distance) * BA
|
||||
+ (capsuleA->getRadius() - distance) * BA;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue