ソースを参照

removing typo in line 41 line, presssed -> pressed (#2602)

pull/2603/head
sDos280 2年前
committed by GitHub
コミット
d59ea21405
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      examples/core/core_window_should_close.c

+ 2
- 2
examples/core/core_window_should_close.c ファイルの表示

@ -38,7 +38,7 @@ int main()
{
// Update
//----------------------------------------------------------------------------------
// Detect if X-button or KEY_ESCAPE have been presssed to close window
// Detect if X-button or KEY_ESCAPE have been pressed to close window
if (WindowShouldClose() || IsKeyPressed(KEY_ESCAPE)) exitWindowRequested = true;
if (exitWindowRequested)
@ -74,4 +74,4 @@ int main()
//--------------------------------------------------------------------------------------
return 0;
}
}

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