0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00
This commit is contained in:
Richard Poole 2024-11-27 16:04:34 +00:00 committed by GitHub
commit 99169e80eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;