Skip to content

Commit

Permalink
Update van.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored May 25, 2024
1 parent c5f53b6 commit 9fb04af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/articles/van.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ball = {
}
```

A single tick, moves the ball.
A single tick, moves the ball in its direction of travel proportional to the elapsed time since the last update.

```js
ball.x += ball.velocity * Math.cos(ball.angleRadians) * dT
Expand Down

0 comments on commit 9fb04af

Please sign in to comment.