0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00
This commit is contained in:
Chris Stott 2024-04-26 07:39:49 +08:00 committed by GitHub
commit 4898e14410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,7 @@ var Common = require('./Common');
/**
* Continuously ticks a `Matter.Engine` by calling `Runner.tick` on the `requestAnimationFrame` event.
* @method run
* @param {runner} [runner]
* @param {engine} engine
*/
Runner.run = function(runner, engine) {
@ -170,7 +171,7 @@ var Common = require('./Common');
/**
* Alias for `Runner.run`.
* @method start
* @param {runner} runner
* @param {runner} [runner]
* @param {engine} engine
*/
Runner.start = function(runner, engine) {