Updated pendulum
This commit is contained in:
parent
9280165847
commit
98bbd375d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue