mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-16 06:10:58 -08:00
debug info - fix lint fail
github editor sucks without built-in prettier
This commit is contained in:
parent
f4c9c66354
commit
b61e0aac73
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export class HUDDebugInfo extends BaseHUDPart {
|
|||
update() {
|
||||
const now = this.root.time.realtimeNow();
|
||||
if (!this.visible) return;
|
||||
|
||||
|
||||
if (now - this.lastTick > 0.25) {
|
||||
this.lastTick = now;
|
||||
this.tickRateElement.innerText = "Tickrate: " + this.root.dynamicTickrate.currentTickRate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue