소스 검색

Update core_drop_files.c

pull/2521/head
Ray 2 년 전
부모
커밋
8c2019f5ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/core/core_drop_files.c

+ 1
- 1
examples/core/core_drop_files.c 파일 보기

@ -48,7 +48,7 @@ int main(void)
ClearBackground(RAYWHITE);
if (count == 0) DrawText("Drop your files to this window!", 100, 40, 20, DARKGRAY);
if (droppedFiles.count == 0) DrawText("Drop your files to this window!", 100, 40, 20, DARKGRAY);
else
{
DrawText("Dropped files:", 100, 40, 20, DARKGRAY);

||||||
x
 
000:0
불러오는 중...
취소
저장