mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 23:41:07 +00:00
Fix an issue where newlines could potentially double-up when faced with whitespace
This commit is contained in:
parent
c5dc430b50
commit
4675a9b059
1 changed files with 2 additions and 0 deletions
|
|
@ -2680,6 +2680,8 @@ void V_ScaledWordWrap(
|
|||
|
||||
for (; ( c = newstring[i] ); ++i)
|
||||
{
|
||||
right = 0;
|
||||
|
||||
switch (c)
|
||||
{
|
||||
case '\n':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue