improve rendering
This commit is contained in:
parent
c47ad92f21
commit
8a059b92d5
30 changed files with 286 additions and 260 deletions
|
@ -171,7 +171,8 @@ class World {
|
|||
this.tps = this.tpsCount / 5 | 0;
|
||||
this.tpsCount = 0;
|
||||
this.tpsStart = Date.now();
|
||||
//console.log('TPS: ' + this.tps);
|
||||
if(this.tps < 50)
|
||||
wingbase.warning(`${this.room.name} TPS: ${this.tps}`);
|
||||
}
|
||||
|
||||
this.tpsCount++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue