瀏覽代碼

Typo fix (#4356)

Seemed to be a typo. Hope this helps.
pull/4366/head
Ashley Chekhov 8 月之前
committed by GitHub
父節點
當前提交
20ce8ba046
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      examples/textures/textures_image_drawing.c

+ 2
- 2
examples/textures/textures_image_drawing.c 查看文件

@ -47,7 +47,7 @@ int main(void)
UnloadImage(cat); // Unload image from RAM UnloadImage(cat); // Unload image from RAM
// Load custom font for frawing on image
// Load custom font for drawing on image
Font font = LoadFont("resources/custom_jupiter_crash.png"); Font font = LoadFont("resources/custom_jupiter_crash.png");
// Draw over image using custom font // Draw over image using custom font
@ -93,4 +93,4 @@ int main(void)
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
return 0; return 0;
}
}

Loading…
取消
儲存