Skip to content

Commit 4d74b99

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 8216c11 + 203fb98 commit 4d74b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/matter-js/World.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ var World = new Class({
728728
{
729729
if (!bodies[i].render.visible)
730730
{
731-
return;
731+
continue;
732732
}
733733

734734
// Handle drawing both single bodies and compound bodies. If compound, draw both the

0 commit comments

Comments
 (0)