mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 19:50:24 +00:00
Another lima compile fix.
This commit is contained in:
parent
b0699f3e2e
commit
a3f264a679
@ -535,8 +535,8 @@ static void lima_render_msg(lima_video_t *vid, const char *msg) {
|
||||
const int max_width = lima->font_width - base_x;
|
||||
const int max_height = lima->font_height - base_y;
|
||||
|
||||
int glyph_width = head->width;
|
||||
int glyph_height = head->height;
|
||||
int glyph_width = glyph->width;
|
||||
int glyph_height = glyph->height;
|
||||
|
||||
const uint8_t *src = atlas->buffer + glyph->atlas_offset_x + glyph->atlas_offset_y * atlas->width;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user