update native-menu things.
attempt to deal with misaligned bsp models. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5258 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b1b5fcf4fb
commit
ac471dd03e
42 changed files with 581 additions and 227 deletions
|
@ -1222,7 +1222,7 @@ void Draw_TinyString (float x, float y, const qbyte *str)
|
|||
|
||||
if (!font_tiny)
|
||||
{
|
||||
font_tiny = Font_LoadFont(8, "gfx/tinyfont");
|
||||
font_tiny = Font_LoadFont("gfx/tinyfont", 8);
|
||||
if (!font_tiny)
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue