浏览代码

Corrected typo

pull/1133/head
raysan5 5 年前
父节点
当前提交
71b06caed4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c 查看文件

@ -1956,7 +1956,7 @@ Image ImageTextEx(Font font, const char *text, float fontSize, float spacing, Co
{
// NOTE: Fixed line spacing of 1.5 line-height
// TODO: Support custom line spacing defined by user
textOffsetY += font.baseSize + font.baseSize/2);
textOffsetY += p">(font.baseSize + font.baseSize/2);
textOffsetX = 0.0f;
}
else

正在加载...
取消
保存