mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix duplicate
This commit is contained in:
parent
f7e64fe99e
commit
ebe894faef
|
@ -929,8 +929,6 @@ void CChat::OnRender()
|
|||
TextRender()->TextColor(rgb.r, rgb.g, rgb.b, Blend);
|
||||
}
|
||||
|
||||
int Length = str_length(m_aLines[r].m_aText);
|
||||
|
||||
for (int i = 0; i < Length; )
|
||||
{
|
||||
//maybe replace with pointer and remove "Found"?
|
||||
|
|
Loading…
Reference in a new issue