Fix shadow_ofs constant
This commit is contained in:
parent
0db78aff4a
commit
0845619572
1 changed files with 2 additions and 2 deletions
|
|
@ -232,8 +232,8 @@ void pfDrawFonts(void)
|
||||||
|
|
||||||
case 253:
|
case 253:
|
||||||
shadow_color = (*str++)-1;
|
shadow_color = (*str++)-1;
|
||||||
shadow_ofs_x = 1.33333333f*strline[i].scale*scale;
|
shadow_ofs_x = 1.3333333f*strline[i].scale*scale;
|
||||||
shadow_ofs_y = 1.33333333f*strline[i].scale*scale;
|
shadow_ofs_y = 1.3333333f*strline[i].scale*scale;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue