mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Prevent warning with CoreText font driver
This commit is contained in:
parent
aca8970e79
commit
6a404b0c42
@ -44,7 +44,7 @@ typedef struct coretext_renderer
|
||||
struct font_glyph glyphs[CT_ATLAS_SIZE];
|
||||
} ct_font_renderer_t;
|
||||
|
||||
static const struct font_atlas *font_renderer_ct_get_atlas(void *data)
|
||||
static struct font_atlas *font_renderer_ct_get_atlas(void *data)
|
||||
{
|
||||
ct_font_renderer_t *handle = (ct_font_renderer_t*)data;
|
||||
if (!handle)
|
||||
|
Loading…
x
Reference in New Issue
Block a user