Skip to content

Commit 15fc302

Browse files
author
Ibra
committed
tweak(ingameui): Simplify network latency display and remove Gentool frames
1 parent fb82070 commit 15fc302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7021,7 +7021,7 @@ void InGameUI::drawNetworkLatency(Int & x, Int & y)
70217021

70227022
if (actualFrames != gentoolFrames)
70237023
{
7024-
latencyStr.format(L"%u [%ums|%u][L: %u]", gentoolFrames, actualLatencyInMS, actualFrames, TheNetwork->getFrameRate());
7024+
latencyStr.format(L"[%u] - [%ums - %u]", TheNetwork->getFrameRate(), actualLatencyInMS, actualFrames);
70257025
}
70267026
else
70277027
{

0 commit comments

Comments
 (0)