summaryrefslogtreecommitdiffhomepage
path: root/src/rtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtext.c')
-rw-r--r--src/rtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtext.c b/src/rtext.c
index 62d786ea..35e69420 100644
--- a/src/rtext.c
+++ b/src/rtext.c
@@ -2297,7 +2297,7 @@ static Font LoadBMFont(const char *fileName)
}
else
{
- font.glyphs[i].image = GenImageColor(font.recs[i].width, font.recs[i].height, BLACK);
+ font.glyphs[i].image = GenImageColor((int)font.recs[i].width, (int)font.recs[i].height, BLACK);
TRACELOG(LOG_WARNING, "FONT: [%s] Some characters data not correctly provided", fileName);
}
}