diff --git a/Pendulum/PendulumComponents.js b/Pendulum/PendulumComponents.js index 61c56e4..08902de 100644 --- a/Pendulum/PendulumComponents.js +++ b/Pendulum/PendulumComponents.js @@ -66,7 +66,7 @@ class Pendulum extends ShapedObject { this.components = [ new Rod({ anchor: anchor, bob: bob }), new Anchor({ center: anchor }), - new Polygon({ sides: 4, radius: radius, center: bob }) + new Polygon({ sides: 6, radius: radius, center: bob }) ]; }