0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

fixed Runner.stop docs re. runner.enabled, closes #586, closes #1054

This commit is contained in:
liabru 2023-03-27 00:29:16 +01:00
parent 401553d7e8
commit 2ecc563c3f

View file

@ -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
*/