ソースを参照

Typo fix (#4356)

Seemed to be a typo. Hope this helps.
pull/4366/head
Ashley Chekhov 9ヶ月前
committed by GitHub
コミット
20ce8ba046
この署名に対応する既知のキーがデータベースに存在しません GPGキー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
// Load custom font for frawing on image
// Load custom font for drawing on image
Font font = LoadFont("resources/custom_jupiter_crash.png");
// Draw over image using custom font
@ -93,4 +93,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

読み込み中…
キャンセル
保存