소스 검색

Add another UWP comment for clarity

pull/821/head
Reece Mackie 6 년 전
부모
커밋
3244ec2a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c 파일 보기

@ -3110,7 +3110,7 @@ static GamepadButton GetGamepadButton(int button)
#endif #endif
#if defined(PLATFORM_UWP) #if defined(PLATFORM_UWP)
b = button;
b = button; // UWP will provide the correct button
#endif #endif
#if defined(PLATFORM_WEB) #if defined(PLATFORM_WEB)

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