mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
revert back to yellow color
This commit is contained in:
parent
c089cffdde
commit
916eab68fe
|
@ -339,7 +339,7 @@ void CPlayers::RenderPlayer(
|
||||||
|
|
||||||
if(m_pClient->IntersectCharacter(OldPos, FinishPos, FinishPos, ClientID) != -1)
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue