Add comments and remove extra performance measure

Co-authored-by: Cole Lawrence <cole@colelawrence.com>
This commit is contained in:
vezwork 2022-08-04 12:04:10 -04:00 committed by Cole Lawrence
parent 62def1e883
commit fdf268ad43
5 changed files with 28 additions and 13 deletions

View file

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