Fix PerformanceAnalysisManager

This commit is contained in:
Marc Baloup 2025-02-20 21:54:00 +01:00
parent 21777d4b9e
commit f5194334de

View File

@ -385,7 +385,7 @@ public class PerformanceAnalysisManager implements Listener {
}
title = infoText("TPS [")
.thenLegacyText(history)
.then(history)
.thenText("] ")
.then(text(tps1sDisplay + "/" + getTargetTickRate() + " ").color(tps1sGradient.pickColorAt(tps1s)))
.then(timings);