mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
fix missing semicolon
This commit is contained in:
parent
9a70a50bdb
commit
28d9fb9747
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue