Updated pendulum
This commit is contained in:
parent
9280165847
commit
98bbd375d4
|
@ -173,7 +173,7 @@ function simulate()
|
||||||
|
|
||||||
function setup()
|
function setup()
|
||||||
{
|
{
|
||||||
canvas = createCanvas(displayWidth - 100, displayHeight / 4 * 3);
|
canvas = createCanvas(displayHeight / 4 * 3, displayHeight / 4 * 3);
|
||||||
canvas.mouseClicked(handleClick);
|
canvas.mouseClicked(handleClick);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue