revert back to yellow color

This commit is contained in:
Ryozuki 2019-06-09 19:31:05 +02:00
parent c089cffdde
commit 916eab68fe
No known key found for this signature in database
GPG key ID: 848FCC08E5B89681

View file

@ -339,7 +339,7 @@ void CPlayers::RenderPlayer(
if(m_pClient->IntersectCharacter(OldPos, FinishPos, FinishPos, ClientID) != -1)
{
Graphics()->SetColor(0.0f, 1.0f, 0.0f, Alpha);
Graphics()->SetColor(1.0f, 1.0f, 0.0f, Alpha);
break;
}