mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix tslint
This commit is contained in:
parent
9d69aa50ec
commit
0274597a1c
@ -86,8 +86,7 @@ export class BufferMaintainer {
|
|||||||
// Make sure our backlog never gets too big
|
// Make sure our backlog never gets too big
|
||||||
clearBufferBacklog();
|
clearBufferBacklog();
|
||||||
|
|
||||||
// @ts-ignore
|
if (G_IS_DEV) {
|
||||||
if (G_IS_DEV && false) {
|
|
||||||
const bufferStats = getBufferStats();
|
const bufferStats = getBufferStats();
|
||||||
const mbUsed = round1Digit(bufferStats.vramUsage / (1024 * 1024));
|
const mbUsed = round1Digit(bufferStats.vramUsage / (1024 * 1024));
|
||||||
logger.log(
|
logger.log(
|
||||||
|
Loading…
Reference in New Issue
Block a user