Fix PerformanceAnalysisManager
This commit is contained in:
parent
21777d4b9e
commit
f5194334de
@ -385,7 +385,7 @@ public class PerformanceAnalysisManager implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
title = infoText("TPS [")
|
title = infoText("TPS [")
|
||||||
.thenLegacyText(history)
|
.then(history)
|
||||||
.thenText("] ")
|
.thenText("] ")
|
||||||
.then(text(tps1sDisplay + "/" + getTargetTickRate() + " ").color(tps1sGradient.pickColorAt(tps1s)))
|
.then(text(tps1sDisplay + "/" + getTargetTickRate() + " ").color(tps1sGradient.pickColorAt(tps1s)))
|
||||||
.then(timings);
|
.then(timings);
|
||||||
|
Loading…
Reference in New Issue
Block a user