mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
Merge pull request #1020 from daslyfe/hotfix_now_calculation
hotfix for 1017
This commit is contained in:
commit
2e8ae38d33
@ -12,6 +12,7 @@ export class NeoCyclist {
|
||||
this.cps = 0.5;
|
||||
this.lastTick = 0; // absolute time when last tick (clock callback) happened
|
||||
this.getTime = getTime; // get absolute time
|
||||
this.time_at_last_tick_message = 0;
|
||||
|
||||
this.num_cycles_at_cps_change = 0;
|
||||
this.onToggle = onToggle;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user