mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
parent
401553d7e8
commit
2ecc563c3f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ var Common = require('./Common');
|
|||
|
||||
/**
|
||||
* Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop.
|
||||
* If you wish to only temporarily pause the engine, see `engine.enabled` instead.
|
||||
* If you wish to only temporarily pause the runner, see `runner.enabled` instead.
|
||||
* @method stop
|
||||
* @param {runner} runner
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue