mirror of
https://github.com/liabru/matter-js.git
synced 2025-03-14 00:38:41 -04:00
Merge 615ecdcb61
into acb99b6f87
This commit is contained in:
commit
99169e80eb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ var Bounds = require('../geometry/Bounds');
|
|||
for (i = 0; i < pairsLength; i++) {
|
||||
pair = pairs[i];
|
||||
|
||||
if (!pair.isActive)
|
||||
if (!pair.isActive || pair.isSensor)
|
||||
continue;
|
||||
|
||||
contactCount = pair.contactCount;
|
||||
|
|
Loading…
Add table
Reference in a new issue