mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
Fix so small font is displayed correctly
This commit is contained in:
parent
9324898cbc
commit
b6e76337e0
1 changed files with 1 additions and 1 deletions
|
@ -227,5 +227,5 @@ DEFINE_ACTION_FUNCTION_NATIVE(_Raze, PickSmallFont, PickSmallFont_)
|
|||
PARAM_PROLOGUE;
|
||||
PARAM_STRING(text);
|
||||
//PARAM_POINTER(cr, int);
|
||||
ACTION_RETURN_POINTER(PickBigFont(text));
|
||||
ACTION_RETURN_POINTER(PickSmallFont(text));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue