Skip to content

Commit e117a67

Browse files
committed
Still fix sleeping
1 parent 64b5a28 commit e117a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/matter-js/lib/core/Engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ var Body = require('../body/Body');
338338
{
339339
var body = bodies[i];
340340

341-
if (!body.syncVerts || body.isStatic || body.isSleeping)
341+
if (!body.syncVerts || body.isStatic)
342342
{
343343
continue;
344344
}

0 commit comments

Comments
 (0)