mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 17:06:39 +00:00
fix performance overlay
This commit is contained in:
@@ -236,6 +236,10 @@ export class PerformanceOverlay extends LitElement implements Layer {
|
||||
event.ticksPerRender,
|
||||
event.workerTicksPerSecond,
|
||||
event.renderTicksPerSecond,
|
||||
event.tileUpdatesCount,
|
||||
event.ringBufferUtilization,
|
||||
event.ringBufferOverflows,
|
||||
event.ringDrainTime,
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user