This commit is contained in:
melon 2024-09-12 18:47:52 +03:00 committed by GitHub
commit 14ee47bc1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1369,6 +1369,7 @@ void CHud::RenderMovementInformation(const int ClientId)
const char aaCoordinates[][4] = {"X:", "Y:"};
for(int i = 0; i < 2; i++)
{
if(m_aPlayerSpeed[0] == 0 || m_aPlayerSpeed[1] == 0)
TextRender()->TextColor(ColorRGBA(1, 1, 1, 1));
if(m_aLastPlayerSpeedChange[i] == ESpeedChange::INCREASE)
TextRender()->TextColor(ColorRGBA(0, 1, 0, 1));