소스 검색

Typo fix (#4356)

Seemed to be a typo. Hope this helps.
pull/4366/head
Ashley Chekhov 1 년 전
committed by GitHub
부모
커밋
20ce8ba046
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      examples/textures/textures_image_drawing.c

+ 2
- 2
examples/textures/textures_image_drawing.c 파일 보기

@ -47,7 +47,7 @@ int main(void)
UnloadImage(cat); // Unload image from RAM
// Load custom font for frawing on image
// Load custom font for drawing on image
Font font = LoadFont("resources/custom_jupiter_crash.png");
// Draw over image using custom font
@ -93,4 +93,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

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