0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00

spelling: determinism

This commit is contained in:
Josh Soref 2019-10-29 02:04:39 -04:00
parent 3f407e06b2
commit a697f84d61

View file

@ -310,7 +310,7 @@ var Common = require('./Common');
/**
* A `Boolean` that specifies if the runner should use a fixed timestep (otherwise it is variable).
* If timing is fixed, then the apparent simulation speed will change depending on the frame rate (but behaviour will be deterministic).
* If the timing is variable, then the apparent simulation speed will be constant (approximately, but at the cost of determininism).
* If the timing is variable, then the apparent simulation speed will be constant (approximately, but at the cost of determinism).
*
* @property isFixed
* @type boolean