mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-02 01:11:19 +00:00
Merge branch 'i-am-jimita' into 'master'
Line feeds don't work when drawing strings See merge request KartKrew/Kart!289
This commit is contained in:
commit
5397594ceb
1 changed files with 1 additions and 0 deletions
|
|
@ -1879,6 +1879,7 @@ void V_DrawStringScaled(
|
|||
|
||||
chw <<= FRACBITS;
|
||||
spacew <<= FRACBITS;
|
||||
lfh <<= FRACBITS;
|
||||
|
||||
#define Mul( id, scale ) ( id = FixedMul (scale, id) )
|
||||
Mul (chw, scale);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue