ソースを参照

Fixed problem related to `IsKeyPressed` function! (#1589)

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

+ 2
- 2
examples/shapes/shapes_logo_raylib_anim.c ファイルの表示

@ -90,7 +90,7 @@ int main(void)
}
else if (state == 4) // State 4: Reset and Replay
{
if (IsKeyPressed(sa">'R'))
if (IsKeyPressed(n">KEY_R))
{
framesCounter = 0;
lettersCount = 0;
@ -157,4 +157,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

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