mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix console search highlighting. Close #8451
This commit is contained in:
parent
c7dc7b6a94
commit
e9d568db5b
|
@ -1667,7 +1667,7 @@ public:
|
|||
|
||||
while(pCurrent < pBatchEnd && pCurrent != pEllipsis)
|
||||
{
|
||||
const int PrevCharCount = pCursor->m_GlyphCount;
|
||||
const int PrevCharCount = pCursor->m_CharCount;
|
||||
pCursor->m_CharCount += pTmp - pCurrent;
|
||||
pCurrent = pTmp;
|
||||
int Character = NextCharacter;
|
||||
|
|
Loading…
Reference in a new issue