소스 검색

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

pull/1591/head
Rabia Alhaffar 4 년 전
committed by GitHub
부모
커밋
e300d268f9
No known key found for this signature in database 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;
}
}

불러오는 중...
취소
저장