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:
parent
3f407e06b2
commit
a697f84d61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue