Skip to content

Commit a45adb3

Browse files
committed
Address last issues
1 parent 161f018 commit a45adb3

File tree

11 files changed

+16564
-431
lines changed

11 files changed

+16564
-431
lines changed

demos/fallingballs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
var body = this.bodies[i];
170170
body.integrate(timeStep);
171171
body.constrainToBox(this.bounds);
172-
this.shapeGroup.getShapes(i).setPosition(body.x(), body.y(), body.z());
172+
this.shapeGroup.getShape(i).setPosition(body.x(), body.y(), body.z());
173173
}
174174
};
175175

doc/colornames.svg

Lines changed: 143 additions & 1 deletion
Loading

doc/websafe.svg

Lines changed: 218 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)