mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
don't use autopause value for warning on triangles
This commit is contained in:
parent
5ce0212bb4
commit
279c51d9aa
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class PlayerPerformanceService
|
||||||
if (exceedsTris && !exceedsVram)
|
if (exceedsTris && !exceedsVram)
|
||||||
{
|
{
|
||||||
warningText = $"Player {pairHandler.Pair.PlayerName} exceeds your configured triangle warning threshold (" +
|
warningText = $"Player {pairHandler.Pair.PlayerName} exceeds your configured triangle warning threshold (" +
|
||||||
$"{triUsage}/{config.TrisAutoPauseThresholdThousands * 1000} triangles).";
|
$"{triUsage}/{config.TrisWarningThresholdThousands * 1000} triangles).";
|
||||||
}
|
}
|
||||||
else if (!exceedsTris)
|
else if (!exceedsTris)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue