ソースを参照

Comment tweak

pull/1244/head
raysan5 5年前
コミット
6fa6757a8b
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      src/text.c

+ 3
- 2
src/text.c ファイルの表示

@ -93,8 +93,9 @@
// Global variables
//----------------------------------------------------------------------------------
#if defined(SUPPORT_DEFAULT_FONT)
static Font defaultFont = { 0 }; // Default font provided by raylib
// NOTE: defaultFont is loaded on InitWindow and disposed on CloseWindow [module: core]
// Default font provided by raylib
// NOTE: Default font is loaded on InitWindow() and disposed on CloseWindow() [module: core]
static Font defaultFont = { 0 };
#endif
//----------------------------------------------------------------------------------

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