Add comments and remove extra performance measure
Co-authored-by: Cole Lawrence <cole@colelawrence.com>
This commit is contained in:
parent
62def1e883
commit
fdf268ad43
5 changed files with 28 additions and 13 deletions
|
@ -45,6 +45,9 @@ export default class Ticker {
|
|||
/**
|
||||
* Counts up for every tick executed.
|
||||
* Internally, this is used to measure ticks per second.
|
||||
*
|
||||
* This is "public" to TypeScript, because it's a tool for performance measurements.
|
||||
* Consider this as experimental, and do not rely on it always being here in future releases.
|
||||
*/
|
||||
public __ticks = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue