mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +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_PROLOGUE;
|
||||||
PARAM_STRING(text);
|
PARAM_STRING(text);
|
||||||
//PARAM_POINTER(cr, int);
|
//PARAM_POINTER(cr, int);
|
||||||
ACTION_RETURN_POINTER(PickBigFont(text));
|
ACTION_RETURN_POINTER(PickSmallFont(text));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue